Skip to content

Commit 7e3e3e1

Browse files
authored
Fixes: Added missing /v1 from the recently added URLs (#1659)
1 parent 592582a commit 7e3e3e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8351,7 +8351,7 @@ paths:
83518351
type: user
83528352
updatedAt: '2018-04-18T23:42:11.406Z'
83538353
deletedAt: '2018-04-18T23:42:11.406Z'
8354-
/projects/{projectId}/datasets/{name}/entities.geojson:
8354+
/v1/projects/{projectId}/datasets/{name}/entities.geojson:
83558355
get:
83568356
tags:
83578357
- Entity Management
@@ -9098,7 +9098,7 @@ paths:
90989098
action: entity.create
90999099
acteeId: 85cb9aff-005e-4edd-9739-dc9c1a829c44
91009100
loggedAt: 2018-04-18T23:19:14.802Z
9101-
/projects/{projectId}/datasets/{name}/entities/bulk-delete:
9101+
/v1/projects/{projectId}/datasets/{name}/entities/bulk-delete:
91029102
post:
91039103
tags:
91049104
- Entity Management
@@ -9154,7 +9154,7 @@ paths:
91549154
application/json:
91559155
schema:
91569156
$ref: '#/components/schemas/Error404'
9157-
/projects/{projectId}/datasets/{name}/entities/bulk-restore:
9157+
/v1/projects/{projectId}/datasets/{name}/entities/bulk-restore:
91589158
post:
91599159
tags:
91609160
- Entity Management

0 commit comments

Comments
 (0)