From b81f1173e934ca7f6e8c7396b8523b2c4d87f438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Aleksic=CC=81?= Date: Fri, 31 Jan 2025 10:17:57 +0100 Subject: [PATCH] improved wording for new checks endpoint query parameter --- api-docs/openapi_backend_publicapi_v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/openapi_backend_publicapi_v1.yaml b/api-docs/openapi_backend_publicapi_v1.yaml index 913aece5..3ea69ab7 100644 --- a/api-docs/openapi_backend_publicapi_v1.yaml +++ b/api-docs/openapi_backend_publicapi_v1.yaml @@ -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.