You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure Stores API as its own heading with separate sub-tags
Split the single "Stores API" tag into three separate tags
(Store Search, Data Management, Zones) under a new "Stores API"
tag group heading, matching the pattern used by "Map" and "Distance".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: specification/index.yml
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -56,16 +56,17 @@ security:
56
56
- PrivateApiKeyAuth: []
57
57
- PrivateApiKeyHeaderAuth: []
58
58
tags:
59
-
- name: Stores API
59
+
- name: Search
60
60
description: >
61
-
Stores API lets you query the Assets which are returned as a [GeoJson](https://geojson.org/).
61
+
Store Search lets you query the Assets which are returned as a [GeoJson](https://geojson.org/).
62
62
Request is done over HTTPS using GET.
63
63
You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key.
64
64
This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).
65
65
If your request returns a high number of assets, the result will be paginated. If so, you can request assets by page using `page` and `stores_by_page` parameters (Default is **100**, max is **300**).
Copy file name to clipboardExpand all lines: specification/paths/stores/storesDelete.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
servers:
3
3
- url: https://api.woosmap.com
4
4
tags:
5
-
- Stores API
5
+
- Data Management
6
6
description: >
7
7
Used to delete one or more assets. The `storeId` specified in `query` parameter is the id of the asset to delete. To delete several assets, use the comma as a separator.
8
8
To delete all project assets, omit the `query` parameter.
0 commit comments