docs(openapi): Remove uri format where not enforced by API#2423
Merged
docs(openapi): Remove uri format where not enforced by API#2423
Conversation
|
Preview for this PR was built for commit |
|
A PR to update the Python client models has been created: apify/apify-client-python#720 This was automatically triggered by OpenAPI specification changes in this PR. |
fnesveda
requested changes
Apr 13, 2026
Member
fnesveda
left a comment
There was a problem hiding this comment.
Where are these properties even coming from? We don
apify-api/openapi/components/schemas/request-queues/RequestUserData.yaml
Outdated
Show resolved
Hide resolved
fnesveda
approved these changes
Apr 13, 2026
|
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#720 |
Pijukatel
pushed a commit
to apify/apify-client-python
that referenced
this pull request
Apr 13, 2026
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #2423](apify/apify-docs#2423). --------- Co-authored-by: apify-service-account <apify-service-account@users.noreply.github.com>
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.
Remove uri format where not enforced by API:
RequestBase.loadedUrlRemove unnecessary properties from UserData
Format urileft for following:StoreListActor.pictureUrl/userPictureUrl/url): generated by the API itself, always valid URIs
Follow-up for: #2403 (comment)
Partially implements: #2286