Update Connection
Connections
Update Connection
Update connection metadata (active toggle, tag assignment, business_name, abn, email). Only the owning tenant may update a connection.
- Omitting a field leaves it unchanged.
- Sending null or [] for tags clears all tag assignments.
- Sending null for business_name, abn, or email clears that field.
- Sending null for active is not allowed (active is always a bool).
PATCH
Update Connection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"2024-03-26"
Path Parameters
Connection ID of the Connection to be updated
Body
application/json
Response
Successful Response
Successful response payload

