Skip to content

Update Rh Event Schema

PUT
/v1/rh-event-schema/{event_name}

Update an standard event schema, requires global admin permission

Authorizations

Parameters

Path Parameters

event_name
required

Standard event name

string

standard event name

Request Body required

object
event_name
required

Name of the event, unique for sandbox_id

string
value_jsonschema

JSONSchema definition of the setting

object
state

Indicate the state of the schema, enabled, disabled or deny

string
Allowed values: enabled disabled deny
description
required

Description of the event

string

Responses

200

Successful Response

object
event_name
required

Name of the event, unique for sandbox_id

string
value_jsonschema

JSONSchema definition of the setting

object
state

Indicate the state of the schema, enabled, disabled or deny

string
Allowed values: enabled disabled deny
description
required

Description of the event

string

404

Not Found

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string