Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
change the page api so that it does not clash with asset fetching by id
Browse files Browse the repository at this point in the history
  • Loading branch information
ensary committed Sep 16, 2019
1 parent c826c0d commit 0a9641b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ paths:
#! end !#
"bodyPassthrough": true
}
/v1/cloud/asset/{PageToken}:
/v1/cloud/bulk/{PageToken}:
get:
summary: "Retrieve the next page of cloud assets at point in time in reverse order by time (newest to oldest)"
summary: "Retrieve the next page of bulk cloud assets at point in time in reverse order by time (newest to oldest)"
parameters:
- name: "PageToken"
in: "path"
Expand Down

0 comments on commit 0a9641b

Please sign in to comment.