PUT
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
/
{ref}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisationId
string
required
id
string
required
ref
string
required

Body

application/json
schemaId
string

The ID of the schema this object belongs to.

ref
string
required

The ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.

definition
object
required

The definition of the schema object following OpenAPI specification.

Response

200 - application/json
schemaId
string

The ID of the schema this object belongs to.

ref
string
required

The ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.

definition
object
required

The definition of the schema object following OpenAPI specification.