Skip to content

Commit 9fdd486

Browse files
committed
Geography Response codes
1 parent fd7afca commit 9fdd486

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

geography/README.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ Example `geographies.json`
157157
}
158158
```
159159

160+
#### Responses
161+
162+
_Possible HTTP Status Codes_:
163+
200,
164+
404,
165+
406,
166+
500
167+
168+
See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schema] for details.
169+
160170
[Top][toc]
161171

162172
## Endpoints
@@ -197,10 +207,16 @@ Response body:
197207
}
198208
```
199209

200-
Response codes:
210+
#### Responses
201211

202-
- 200 - success
203-
- 404 - no geography found
212+
_Possible HTTP Status Codes_:
213+
200,
214+
400 (with parameter),
215+
404,
216+
406,
217+
500
218+
219+
See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schema] for details.
204220

205221
[Top][toc]
206222

@@ -229,9 +245,15 @@ Response body:
229245
}
230246
```
231247

232-
Response codes:
248+
#### Responses
249+
250+
_Possible HTTP Status Codes_:
251+
200,
252+
404,
253+
406,
254+
500
233255

234-
- 200 - success
256+
See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schema] for details.
235257

236258
[Top][toc]
237259

@@ -241,8 +263,10 @@ See the [Geography Examples](examples/README.md) for ways these can be implement
241263

242264
[Top][toc]
243265

266+
[bulk-responses]: /general-information.md#bulk-responses
244267
[error-messages]: /general-information.md#error-messages
245268
[responses]: /general-information.md#responses
269+
[schema]: /schema/
246270
[ts]: /general-information.md#timestamps
247271
[versioning]: /general-information.md#versioning
248272
[muni-boundary]: ../provider/README.md#municipality-boundary

0 commit comments

Comments
 (0)