chore: sync .NET client with Apify OpenAPI spec v2-2026-09-02T154542Z - #12
Open
Pijukatel wants to merge 1 commit into
Open
chore: sync .NET client with Apify OpenAPI spec v2-2026-09-02T154542Z#12Pijukatel wants to merge 1 commit into
Pijukatel wants to merge 1 commit into
Conversation
Adds ActorTask.Description for the task resource's new description field; the rest of the spec delta (nullability tweaks to fields this client does not expose, e.g. generalAccess) requires no code change.
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.
Syncs the .NET client with the Apify OpenAPI spec
v2-2026-09-02T154542Z(apify-docs PRs #2931, #2932, #2922).Changes
src/Apify.Client/Models/ActorTask.cs— addDescriptionproperty (mirrorsTitle), per spec PR #2922.src/Apify.Client/ApifyClientVersion.cs,src/Apify.Client/Apify.Client.csproj—ApiSpecVersion→v2-2026-09-02T154542Z, client version →0.3.3.docs/models.md— document the new field.tests/Apify.Client.Tests/Integration/TaskIntegrationTests.cs—TaskCrudFlowassertstitle/descriptionround-trip.CHANGELOG.md—0.3.3entry.The rest of the spec delta (nullable
generalAccess,ActorDefinition.readme/input/changelog,UserPrivateInforequired-set relaxation,Task.inputaccepting an array,DailyServiceUsages.dateformat) touches fields this client does not expose, so no other code changes were needed.Verification
dotnet format, build, unit tests (105/105) and integration tests (47/47) pass againstAPIFY_TOKEN.