Skip to content

Commit e04e36a

Browse files
authored
docs: update API docs (#1544)
remove admonition with link to old docs fix link to pagination
1 parent 45a6fa6 commit e04e36a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

apify-api/openapi/openapi.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ info:
33
title: Apify API
44
description: |
55
6-
> **UPDATE 2025-01-14:**
7-
> We have rolled out this new Apify API Documentation. In case of any issues, please [report here](https://github.com/apify/apify-docs/issues).
8-
> The old API Documentation is still [available here](https://docs.apify.com/api/v2-old).
9-
106
The Apify API (version 2) provides programmatic access to the [Apify
117
platform](https://docs.apify.com). The API is organized
128
around [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer)

apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ get:
77
well as some information about the values (e.g. size).
88
99
This endpoint is paginated using `exclusiveStartKey` and `limit` parameters
10-
- see [Pagination](#/introduction/response-structure) for more details.
10+
- see [Pagination](/api/v2#using-key) for more details.
1111
operationId: keyValueStore_keys_get
1212
security:
1313
- apiKeyStoreId: []

0 commit comments

Comments
 (0)