operations
Get organisations apps operations schema
Retrieve the input and output schema for a given operation belonging to an app.
GET
Authorizations
Response
200 - application/json
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.
Available options:
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.