/api/thirdparty/update_conversation/{chat_id}
Method : Patch
Auth required : YES
Note : You need to Authorize gn-access-token as Bearer Token
to run the API.
Request Body
Success Response
Condition: If Everything is okay and collaborator is added. Code:200
Content
members_added
array, each object includes the member_id
, which uniquely identifies the added Collaborators.
Bad Request
Condition: The API returns an error response if the request contains invalid data or errors, preventing the collaborator from being added. Code:400
Content
Unauthorized
Condition: The API returns anunauthorized
response if the provided authentication credentials are invalid or missing.
Code: 401
Content
Internal Server Error
Condition: If an unexpected issue occurs on the server, anInternal Server Error
is returned.
Code: 500
Content