Skip to content

Commit 799829d

Browse files
authored
Merge pull request #166 from carmelag/locations-id-docs
Where to find locations ids added to docs
2 parents 9f4ab7d + eae8c76 commit 799829d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ GET /v2/locations/:id
100100
```
101101

102102
__Path Parameters__
103-
| __Path parameter__ | __Required/Optional__ | __Description__ | __Type__ |
104-
| ------------------ | --------------------- | ------------------------------------------------------------------------- | -------- |
105-
| id | OPTIONAL | The unique location id for which you want to call the Locations Endpoint. | Integer |
103+
| __Path parameter__ | __Required/Optional__ | __Description__ | __Type__ |
104+
| ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
105+
| id | OPTIONAL | The unique location id for which you want to call the Locations Endpoint. The list of valid location IDs (:id) can be found in the locations response: ``/v2/locations`` | Integer |
106106

107107
__Query String Parameters__
108108
| __Query string parameter__ | __Description__ | __Type__ |

0 commit comments

Comments
 (0)