Update Engagement

Updates the engagement record.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The engagement ID.
artifactsobjectOptional
descriptionstringOptionalformat: "text"
Updates the description of the engagement.
external_refstringOptionalformat: "text"
External Reference for the engagement.
external_urlstringOptionalformat: "text"
Updates the external URL for the engagement.
membersobjectOptional
parentsobjectOptional
scheduled_datestringOptionalformat: "date-time"
Updates the date and time when the engagement was scheduled.
tagsobjectOptional
titlestringOptionalformat: "text"
Updates the title of the engagement.

Response

Success.
engagementobject

Errors