Post organisations schemas operations
Create a new operation for the Schema in the provided organisation
Authorizations
Body
The ID of the schema this object belongs to.
The callbacks of the operation.
An optional map of components the operation refers to indexed by ref.
A human-friendly description of what this operation does.
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 name based on the operation ID.
The path used to call the operation.
The response body of the operation.
Response
The ID of the schema this object belongs to.
The callbacks of the operation.
An optional map of components the operation refers to indexed by ref.
A human-friendly description of what this operation does.
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 name based on the operation ID.
The path used to call the operation.
The response body of the operation.