v1
latestOpenAPI 3.0.12026-07-243266138.0 KBEndpoints
Update an event type by ID
This endpoint updates an event type by its [UUID](/reference/uuid-prefixes.
put/event-types/{id}
Path parameters
idstring required
The ID of the event type object.
Headers
Authorizationstring required
An authorisation header containing meta information, see OAuth2.
Request body
Example request
{
"active": true
}Response
The updated event type.
Example response
{
"id": "ety-b8a7dd0b-2858-49e9-822c-8f4321caae1e",
"createdAt": "2023-02-14T17:15:30.000Z",
"updatedAt": "2023-02-14T19:45:50.100Z",
"active": true,
"name": "after_sales"
}