diff --git a/docs/api/post-v1-query.md b/docs/api/post-v1-query.md index b038bcc2073..ab5fe917bdf 100644 --- a/docs/api/post-v1-query.md +++ b/docs/api/post-v1-query.md @@ -53,7 +53,7 @@ Case Sensitivity: API requests are case-sensitive. Please ensure that you use th "ecosystem": "string", "purl": "string" }, - "next_page_token": "string", + "page_token": "string", } ``` diff --git a/docs/api/post-v1-querybatch.md b/docs/api/post-v1-querybatch.md index 36bc7c73568..84b40d879e7 100644 --- a/docs/api/post-v1-querybatch.md +++ b/docs/api/post-v1-querybatch.md @@ -36,7 +36,8 @@ The parameters are the same as those in found [here](post-v1-query.md#parameters "name": "string", "ecosystem": "string", "purl": "string" - } + }, + "page_token": "string", }, { "commit": "string", @@ -45,7 +46,8 @@ The parameters are the same as those in found [here](post-v1-query.md#parameters "name": "string", "ecosystem": "string", "purl": "string" - } + }, + "page_token": "string", } ] }