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 c9598f5 commit bf4b392Copy full SHA for bf4b392
CONTRIBUTING.md
@@ -236,7 +236,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
236
* **todo**
237
* **consumes** -> Array of Content-Type headers the API Route accepts.
238
* **cookies** -> Are cookies required? Bool
239
- * **type** ->
+ * **type** -> Response Type. Tells us whether the endpoint returns a JSON Payload, A URL or redirect to an auth mechanism.
240
* **headers** -> Array of headers for API
241
* **parameters** -> Parameters for API
242
* **all** -> Array containing all Parameters
0 commit comments