From afe65280a52d9be75d1c04ee24176fa193e2dbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Thu, 17 Apr 2025 20:10:55 +0200 Subject: [PATCH] docs: update API docs remove admonition with link to old docs fix link to pagination --- apify-api/openapi/openapi.yaml | 4 ---- .../key-value-stores/key-value-stores@{storeId}@keys.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apify-api/openapi/openapi.yaml b/apify-api/openapi/openapi.yaml index bff399be33..eeba78996c 100644 --- a/apify-api/openapi/openapi.yaml +++ b/apify-api/openapi/openapi.yaml @@ -3,10 +3,6 @@ info: title: Apify API description: | - > **UPDATE 2025-01-14:** - > We have rolled out this new Apify API Documentation. In case of any issues, please [report here](https://github.com/apify/apify-docs/issues). - > The old API Documentation is still [available here](https://docs.apify.com/api/v2-old). - The Apify API (version 2) provides programmatic access to the [Apify platform](https://docs.apify.com). The API is organized around [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer) diff --git a/apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml b/apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml index 24b9501adc..6336690af2 100644 --- a/apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml +++ b/apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml @@ -7,7 +7,7 @@ get: well as some information about the values (e.g. size). This endpoint is paginated using `exclusiveStartKey` and `limit` parameters - - see [Pagination](#/introduction/response-structure) for more details. + - see [Pagination](/api/v2#using-key) for more details. operationId: keyValueStore_keys_get security: - apiKeyStoreId: []