Commit 18d3491
authored
Fix schemas/Error code property in Uber example
The [live API returns][Uber products GET] e.g.:
{
"message": "No authentication provided.",
"code": "unauthorized"
}
This commit corrects the schema for `code` to be of `type: string`.
[Uber products GET]: https://api.uber.com/v1/products1 parent 9036a04 commit 18d3491
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
| 292 | + | |
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
| |||
0 commit comments