Event Type

Number of APIs: 7

  1. Create Event Type POST {{baseUrl}}/api/v1/event-type

  2. List Event Types GET {{baseUrl}}/api/v1/event-type?limit=<uint64>&iterator=<string>&order=<string>&include_archived=false&with_content=false

  3. Event Type Import From Openapi POST {{baseUrl}}/api/v1/event-type/import/openapi

  4. Update Event Type PUT {{baseUrl}}/api/v1/event-type/:event_type_name

  5. Delete Event Type DELETE {{baseUrl}}/api/v1/event-type/:event_type_name?expunge=false

  6. Patch Event Type PATCH {{baseUrl}}/api/v1/event-type/:event_type_name

  7. Get Event Type GET {{baseUrl}}/api/v1/event-type/:event_type_name