Acknowledge an operational notification state.
POST
/api/admin/field-mapping/operational-notification-states/{stateId}/acknowledge
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/field-mapping/operational-notification-states/example/acknowledge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \Transitions an operational notification state to acknowledged. The server sets the transition state from the path action and accepts optional assignment metadata in the body.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stateId
required
string
Header Parameters
Section titled “Header Parameters ” Idempotency-Key
string
Idempotency key for state-changing operations that support replay protection.
Request Body
Section titled “Request Body ” Media type application/json
object
assignedTo
string | null
key
additional properties
Example
{}Responses
Section titled “ Responses ”Operational notification state transition response.
Media type application/json
object
result
required
object
id
required
string
previousState
string
state
required
string
idempotent
boolean
key
additional properties
key
additional properties
Example generated
{ "result": { "id": "example", "previousState": "example", "state": "example", "idempotent": true }}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}