latestOpenAPI 3.0.02026-08-224362174.0 KB

24a8012aa8c8

Update an Event Domain

Update an existing event domain, replacing its events and components.

patch/events/domains/{domainId}

Path parameters

domainIdstring required

The domain's id

Request body

namestring

The domain's name

slugstring

The domain's slug. If not specified, one will be generated.

descriptionstring

The domain's description

onUndeclaredSchema'ALLOW_EVENT' | 'BLOCK_EVENT'

What happens to events that aren't defined in the domain. One of ALLOW_EVENT or BLOCK_EVENT. Optional, defaults to ALLOW_EVENT.

Response

Ok

OR
OR
'Internal Server Error' required