Resolve an operational notification state.
POST
/api/admin/field-mapping/operational-notification-states/{stateId}/resolve
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/field-mapping/operational-notification-states/example/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \Transitions an operational notification state to resolved. The server sets the transition state from the path action and returns the transition result in a result envelope.
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"}