Skip to content

Commit d61fe4c

Browse files
author
Abilio Henrique
committed
updates to broken anchors in readme
1 parent 43ce6b6 commit d61fe4c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ The `documentation` section of the event configuration can contain the following
124124
* `description`: a detailed description of the method
125125
* `requestBody`: contains description of the request
126126
* `description`: a description of the request body
127-
* `requestModels`: a list of models to describe the request bodies (see [requestModels](#requestModels) below)
128-
* `queryParams`: a list of query parameters (see [queryParams](#queryParams) below)
129-
* `pathParams`: a list of path parameters (see [pathParams](#pathParams) below)
130-
* `cookieParams`: a list of cookie parameters (see [cookieParams](#cookieParams) below)
127+
* `requestModels`: a list of models to describe the request bodies (see [requestModels](#requestmodels) below)
128+
* `queryParams`: a list of query parameters (see [queryParams](#queryparams) below)
129+
* `pathParams`: a list of path parameters (see [pathParams](#pathparams) below)
130+
* `cookieParams`: a list of cookie parameters (see [cookieParams](#cookieparams) below)
131131
* `methodResponses`: an array of response models and applicable status codes
132132
* `statusCode`: applicable http status code (ie. 200/404/500 etc.)
133133
* `responseBody`: contains description of the response
134134
* `description`: a description of the body response
135-
* `responseHeaders`: a list of response headers (see [responseHeaders](#responseHeaders) below)
136-
* `responseModels`: a list of models to describe the request bodies (see [responseModels](#responseModels) below) for each `Content-Type`
135+
* `responseHeaders`: a list of response headers (see [responseHeaders](#responseheaders) below)
136+
* `responseModels`: a list of models to describe the request bodies (see [responseModels](#responsemodels) below) for each `Content-Type`
137137

138138
```yml
139139
functions:
@@ -236,7 +236,7 @@ cookieParams:
236236

237237
#### requestModels
238238

239-
The `requestModels` property allows you to define models for the HTTP Request of the function event. You can define a different model for each different `Content-Type`. You can define a reference to the relevant request model named in the `models` section of your configuration (see [Defining Models](#definingmodels) section).
239+
The `requestModels` property allows you to define models for the HTTP Request of the function event. You can define a different model for each different `Content-Type`. You can define a reference to the relevant request model named in the `models` section of your configuration (see [Defining Models](#defining-models) section).
240240

241241
```yml
242242
requestModels:
@@ -265,7 +265,7 @@ methodResponse:
265265

266266
##### responseModels
267267

268-
The `responseModels` property allows you to define models for the HTTP Response of the function event. You can define a different model for each different `Content-Type`. You can define a reference to the relevant response model named in the `models` section of your configuration (see [Defining Models](#definingmodels) section).
268+
The `responseModels` property allows you to define models for the HTTP Response of the function event. You can define a different model for each different `Content-Type`. You can define a reference to the relevant response model named in the `models` section of your configuration (see [Defining Models](#defining-models) section).
269269

270270
```yml
271271
responseModels:

0 commit comments

Comments
 (0)