Partially update an acknowledge
PATCH
/v1/acknowledge/{id}/
Update one or more fields of an existing acknowledge.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
A UUID string identifying this acknowledge.
Request Body
Section titled “Request Body ”A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
created_at
string format: date-time
created_by
string format: uuid
event
string format: uuid
id
string format: uuid
thread_event_id
UUID of the thread event that is acknowledged
string format: uuid
A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
created_at
string format: date-time
created_by
string format: uuid
event
string format: uuid
id
string format: uuid
thread_event_id
UUID of the thread event that is acknowledged
string format: uuid
Responses
Section titled “ Responses ”A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
created_at
required
string format: date-time
created_by
required
string format: uuid
event
required
string format: uuid
id
required
string format: uuid
thread_event_id
required
UUID of the thread event that is acknowledged
string format: uuid