Skip to main content
patch/event-types/{id}

Update event type

LLM
View as Markdown
Open llms.txt

Updates an event type. Schema changes must be backward-compatible with stored events.

Authorization

Scheme

  • bearerAuth

Required scopes

  • event_type:update

Allowed roles

  • owner
  • admin
  • agent

Update an event type in the workspace.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Request body

  • Name
    application/json
    Type
    UpdateEventTypeRequest
    Description
    Required body.

Responses

  • 200

    Event type updated

    • application/json EventType
  • default

    Error

    • application/json ProblemDetails