Skip to content

Commit

Permalink
improved wording for new checks endpoint query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Jan 31, 2025
1 parent ebffe61 commit b81f117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-docs/openapi_backend_publicapi_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ paths:
- `datasetId`: Optionally, use this parameter to collect only the information for checks associated with a specific dataset. Find the `datasetId` in the URL of the dataset page in Soda Cloud.
- `checkIds`: Optionally, use this parameter to collect only the information for a specific batch of checks (CSV list of check IDs which you can find on the individual check pages in Soda Cloud). This query parameter is limited to 1000 check IDs and it can't be combined with other query parameters like `page`, `datasetId`, `size`.
- `checkIds`: Optionally, use this parameter to collect only the information for a specific batch of checks. Provide multiple values as a comma-separated list of check IDs, which you can find on the individual check pages in Soda Cloud. This query parameter is limited to 1000 check IDs and it can't be combined with other query parameters like `page`, `datasetId`, `size`.
If not specified, the query gathers information for all checks in the account and sorts the results by check name in ascending order.
Expand Down

0 comments on commit b81f117

Please sign in to comment.