Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 13bf46d commit 60e592f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ partial void ProcessAccountUpdateDetailsV1MePatchResponseContent(
request: request);

using var httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
method: global::System.Net.Http.HttpMethod.Patch,

Check failure on line 43 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

'HttpMethod' does not contain a definition for 'Patch'

Check failure on line 43 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

'HttpMethod' does not contain a definition for 'Patch'

Check failure on line 43 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

'HttpMethod' does not contain a definition for 'Patch'

Check failure on line 43 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

'HttpMethod' does not contain a definition for 'Patch'
requestUri: new global::System.Uri(_httpClient.BaseAddress?.AbsoluteUri.TrimEnd('/') + "/v1/me", global::System.UriKind.RelativeOrAbsolute));

Check failure on line 44 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

Argument 2: cannot convert from 'System.Uri' to 'string'

Check failure on line 44 in src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.AccountUpdateDetailsV1MePatch.g.cs

View workflow job for this annotation

GitHub Actions / Build abd test / Build, test and publish

Argument 2: cannot convert from 'System.Uri' to 'string'
var __httpRequestContent = new global::System.Net.Http.StringContent(
content: global::System.Text.Json.JsonSerializer.Serialize(request, global::DeepInfra.SourceGenerationContext.Default.MeIn),
Expand Down

0 comments on commit 60e592f

Please sign in to comment.