Post organisations schemas operation builder
BuildSchemaOperation validates and uses the schema builder to fill in any possible fields on a proposed new schema operation.
Authorizations
Path Parameters
OrganisationID is the ID of the organisation that the schema belongs to.
ID is the schema identifier
Body
The ID of the operation, for OpenAPI this will be the operationId
field if set, otherwise the request's
type and path.
The http method that the operation uses.
GET
, PUT
, POST
, DELETE
, OPTIONS
, HEAD
, PATCH
, TRACE
, SQL
A human-friendly description of what this operation does.
A human-friendly name based on the operation ID.
The ID of the schema this object belongs to.
The path used to call the operation.
The request body of the operation.
The response body of the operation.
The callbacks of the operation.
An optional map of components the operation refers to indexed by ref.
Response
The ID of the operation, for OpenAPI this will be the operationId
field if set, otherwise the request's
type and path.
The http method that the operation uses.
GET
, PUT
, POST
, DELETE
, OPTIONS
, HEAD
, PATCH
, TRACE
, SQL
A human-friendly description of what this operation does.
A human-friendly name based on the operation ID.
The ID of the schema this object belongs to.
The path used to call the operation.
The request body of the operation.
The response body of the operation.
The callbacks of the operation.
An optional map of components the operation refers to indexed by ref.