Skip to content

Commit 181d4d6

Browse files
Update CONTRIBUTING.md
1 parent c9598f5 commit 181d4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
236236
* **todo**
237237
* **consumes** -> Array of Content-Type headers the API Route accepts.
238238
* **cookies** -> Are cookies required? Bool
239-
* **type** ->
239+
* **type** -> Response Type. Tells us whether the endpoint returns a JSON Payload, A URL or redirect to an auth mechanism.
240240
* **headers** -> Array of headers for API
241241
* **parameters** -> Parameters for API
242242
* **all** -> Array containing all Parameters

0 commit comments

Comments
 (0)