docs(openapi): Add undocumented dataset endpoints#2431
Conversation
02f7cd7 to
a5320fd
Compare
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
A PR to update the Python client models has been created: apify/apify-client-python#726 This was automatically triggered by OpenAPI specification changes in this PR. |
…afult-dataset-endpoints
|
Preview for this PR was built for commit |
fnesveda
left a comment
There was a problem hiding this comment.
Uff, I thought we documented these when we implemented this feature. Good job!
They were documented in plain text in the description of act-runs-last-get, but that is not OpenAPI compliant, and it is not possible to process it with tools that consume the specification. Once I add all those endpoints in follow-up PRs I will also update that description with links. |
|
The Python client model PR has been updated with the latest OpenAPI spec changes: apify/apify-client-python#726 |
|
Preview for this PR was built for commit |
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #2431](apify/apify-docs#2431). --------- Co-authored-by: apify-service-account <apify-service-account@users.noreply.github.com> Co-authored-by: Josef Prochazka <josef.prochazka@apify.com>

Description
Convenience endpoints, to avoid cluttering the documentation.(More undocumented endpoints will be added in follow-up PRs)
Issues
Partially implements: #2286