Skip to content

Commit

Permalink
docs: Fix page token text (#3007)
Browse files Browse the repository at this point in the history
Fix page token on the query page, and add page_token to the sample
payloads on querybatch page
  • Loading branch information
another-rex authored Dec 24, 2024
1 parent 9671588 commit 3cee703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/post-v1-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
```

Expand Down
6 changes: 4 additions & 2 deletions docs/api/post-v1-querybatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
}
]
}
Expand Down

0 comments on commit 3cee703

Please sign in to comment.