Event Type
Number of APIs: 7
- 
Create Event Type POST {{baseUrl}}/api/v1/event-type 
- 
List Event Types GET {{baseUrl}}/api/v1/event-type?limit=<uint64>&iterator=<string>&order=<string>&include_archived=false&with_content=false 
- 
Event Type Import From Openapi POST {{baseUrl}}/api/v1/event-type/import/openapi 
- 
Update Event Type PUT {{baseUrl}}/api/v1/event-type/:event_type_name 
- 
Delete Event Type DELETE {{baseUrl}}/api/v1/event-type/:event_type_name?expunge=false 
- 
Patch Event Type PATCH {{baseUrl}}/api/v1/event-type/:event_type_name 
- 
Get Event Type GET {{baseUrl}}/api/v1/event-type/:event_type_name