Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1609,3 +1609,8 @@ iframe[src*="youtube"] {
height: auto;
margin-bottom: 1.6rem;
}

div[data-section-id] span[id] {
margin-top: -130px;
position: absolute;
}
2 changes: 1 addition & 1 deletion sources/platform/storage/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you are accessing your datasets using the `username~store-name` [store ID for

> When providing your API authentication token, we recommend using the request's `Authorization` header, rather than the URL. ([More info](../integrations/programming/api.md#authentication)).

To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/get-list-of-datasets) endpoint.
To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/dataset-collection/get-list-of-datasets) endpoint.

```text
https://api.apify.com/v2/datasets
Expand Down