Skip to main content
PATCH
Accept Connection
Accepts a pending connection request. Only the receiver of the original request can accept it. A notification is sent to the original requester.

Path Parameters

connectionId
string
required
The ID (UUID) of the pending connection record to accept.

Response

On success, returns HTTP 200:
id
string
Connection record ID.
status
string
"accepted".
respondedAt
string
ISO timestamp of when the connection was accepted.

Error Responses

See Also