get_operation_definitions | R Documentation |
Get a list of operations definitions from API specification
get_operation_definitions(api, path = NULL)
api |
API object |
path |
(optional) filter by path |
Operations are parsed from 'paths“ element for every path and every action inside path. Operation name is set to 'operationId' from each action.
See also specification https://swagger.io/specification/#operationObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.