Engagements
Update Engagement Status
Use this API to update the status of an existing engagement.
put/api/vendor/v1/engagements/{engagementId}/status
Path parameters
engagementIdstring uuid required
Example:41aa71ae-0ace-4073-8947-e6941714bcf1
The unique identifier of an engagement. The value can be obtained using the Get Engagements API.
Request body
Example request
{
"status": "ACTIVE"
}Response
OK