From eae8c76839496dee1e04f1c0103259004f9d70f0 Mon Sep 17 00:00:00 2001 From: carmelag Date: Tue, 24 Mar 2020 17:28:45 +0100 Subject: [PATCH] Where to find locations ids added to docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e73e8023..6e4a01b4 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ GET /v2/locations/:id ``` __Path Parameters__ -| __Path parameter__ | __Required/Optional__ | __Description__ | __Type__ | -| ------------------ | --------------------- | ------------------------------------------------------------------------- | -------- | -| id | OPTIONAL | The unique location id for which you want to call the Locations Endpoint. | Integer | +| __Path parameter__ | __Required/Optional__ | __Description__ | __Type__ | +| ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | +| 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 | __Query String Parameters__ | __Query string parameter__ | __Description__ | __Type__ |