Skip to content

Commit e3fdb04

Browse files
Update CONTRIBUTING.md
1 parent 73685b2 commit e3fdb04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
232232
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tarfile
233233
* **title** -> Title of API Method
234234
* **description** -> Description of API Method
235-
* **security** ->
236-
* **todo**
235+
* **security** -> Array of security methods for this API Call. Primarily used for code examples.
237236
* **consumes** -> Array of Content-Type headers the API Route accepts.
238237
* **cookies** -> Are cookies required? Bool
239238
* **type** -> Response Type. Tells us whether the endpoint returns a JSON Payload, A URL or redirect to an auth mechanism.

0 commit comments

Comments
 (0)