Update Event Params Schema
PUT /v1/sandbox/{sandbox_id}/event-params-schema/{event_name}
Update Custom Event Params Schema, requires sandbox:config:edit permission
Authorizations
Parameters
Path Parameters
Event params schema event_name
Event params schema event_name
Sandbox ID
Sandbox ID
Request Body required
This mixin is meant to give a set of common properties to root config models
object
Custom data associated with the resource
object
Name of the resource
Description of the resource
Name of the event, unique for sandbox_id
JSONSchema definition of the setting
object
Whether this custom event is enabled
Responses
200
Successful Response
This mixin is meant to give a set of common properties to root config models
object
Custom data associated with the resource
object
Name of the resource
Description of the resource
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Name of the event, unique for sandbox_id
JSONSchema definition of the setting
object
Indicate the state of the schema, enabled, disabled or deny
422
Validation Error