Saves a disposition

Request
Request Body schema: application/json
tag
string
types
Array of strings (DispositionType)
Items Enum: "UPDATE" "ALERT" "FINDINGS" "WORKFLOW"
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/disposition-service/v1/disposition
Request samples
application/json
{
  • "tag": "string",
  • "types": [
    ]
}
Response samples
application/json
{
  • "tag": "string",
  • "types": [
    ],
  • "configuration": {
    }
}