Skip to content

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' \
--data '{ "assignedTo": "[email protected]" }'

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.

stateId
required
string
Idempotency-Key
string

Idempotency key for state-changing operations that support replay protection.

Media type application/json
object
assignedTo
string | null
key
additional properties
Example
{
"assignedTo": "[email protected]"
}

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"
}