We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73685b2 commit e3fdb04Copy full SHA for e3fdb04
CONTRIBUTING.md
@@ -232,8 +232,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
232
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tarfile
233
* **title** -> Title of API Method
234
* **description** -> Description of API Method
235
- * **security** ->
236
- * **todo**
+ * **security** -> Array of security methods for this API Call. Primarily used for code examples.
237
* **consumes** -> Array of Content-Type headers the API Route accepts.
238
* **cookies** -> Are cookies required? Bool
239
* **type** -> Response Type. Tells us whether the endpoint returns a JSON Payload, A URL or redirect to an auth mechanism.
0 commit comments