Queues an event to end the process associated with an event
POST /v1/event/endprocess/{eventID}
Summary
Queues an event to end the process associated with an event.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| eventID | path | integer (int64) | Yes | Not described. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
code(integer (int64), optional)description(string, optional)
Example
{
"code": 1,
"description": "Example description"
}