schemas
Put organisations schemas components
Update a schema component.
PUT
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
/
{ref}
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredid
string
requiredref
string
requiredBody
application/json
schemaId
string
The ID of the schema this object belongs to.
ref
string
requiredThe ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
definition
object
requiredThe 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
requiredThe ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
definition
object
requiredThe definition of the schema object following OpenAPI specification.