Post organisations apps operations
Create a new operation for the App in the provided organisation
Authorizations
Path Parameters
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.