Update an event type by ID

This method updates an event type by its eTrusted UUID.

Sample request payload in JSON (Click to view)
{
  "active": true
}
Path Params
string
required

The ID of the event type object.

Body Params

The data object that will be used to update the event type within the eTrusted Platform.

Currently this object contains a boolean to activate or deactivate an event type only.

boolean
required

A boolean value that indicates whether the event type is active or not.

If an event type is inactive, events for this type will no longer be accepted.

Headers
string
required
length ≥ 1

An authorisation header containing meta information, see OAuth2.

Responses

401

Unauthorized

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json