getSpecification #
Returns an OpenApi Specification object to use in the SwaggerUI app. Used to test the plugin. See Testing section
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_plugin/cloudinary/openApi/getSpecification
Method: GET
Other protocols #
{
"controller": "cloudinary/openApi",
"action": "getSpecification",
}
Arguments #
None
Response #
{
"openapi": "3.0.1",
"info": {
"title": "Kuzzle plugin : Cloudinary",
...
}
...
}
Possible Errors #
Edit this page on Github(opens new window)