docs(openapi): add 402 response to Actor execution endpoints#2412
Merged
docs(openapi): add 402 response to Actor execution endpoints#2412
Conversation
Actor execution endpoints now return 402 Payment Required with X402 payment info when a request has no auth token and no payment headers. See apify/apify-core#26917. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview for this PR was built for commit |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
The |
|
Preview for this PR was built for commit |
|
A PR to update the Python client models has been created: apify/apify-client-python#711 This was automatically triggered by OpenAPI specification changes in this PR. |
mvolfik
approved these changes
Apr 9, 2026
janbuchar
requested changes
Apr 9, 2026
stepskop
approved these changes
Apr 9, 2026
…execution-endpoints # Conflicts: # apify-api/openapi/components/schemas/common/ErrorResponse.yaml # apify-api/openapi/components/schemas/common/ErrorType.yaml
|
Preview for this PR was built for commit |
|
The Python client model PR has been updated with the latest OpenAPI spec changes: apify/apify-client-python#711 |
janbuchar
approved these changes
Apr 14, 2026
vdusek
pushed a commit
to apify/apify-client-python
that referenced
this pull request
Apr 14, 2026
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #2412](apify/apify-docs#2412).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates API schema to match changes from apify/apify-core#26917: unauthenticated Actor execution requests now return 402 with X402 payment info instead of 401.
I have also updated the
PamentRequiredexample to be more realistic.