You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/openapi-client.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -340,8 +340,8 @@ demonstrates how to use them. It uses local IDs to:
340
340
| --- | --- | --- |
341
341
| Properties are always nullable | - |https://github.com/microsoft/kiota/issues/3911|
342
342
| JSON:API query strings are inaccessible | Use `SetQueryStringHttpMessageHandler.CreateScope` from `JsonApiDotNetCore.OpenApi.Client.Kiota` package |https://github.com/microsoft/kiota/issues/3800|
343
-
| Properties set to `null` are sent twice | - |https://github.com/microsoft/kiota-dotnet/issues/535|
344
343
| HTTP 304 (Not Modified) is not properly recognized | Catch `ApiException` and inspect the response status code |https://github.com/microsoft/kiota/issues/4190, https://github.com/microsoft/kiota-dotnet/issues/531|
344
+
| No `Accept` header sent when only error responses define `Content-Type`|`JsonApiDotNetCore.OpenApi.Swashbuckle` package contains workaround |https://github.com/microsoft/kiota/issues/6572|
345
345
| Generator warns about unsupported formats | Use `JsonApiDotNetCore.OpenApi.Client.Kiota` package |https://github.com/microsoft/kiota/issues/4227|
346
346
|`Stream` response for HEAD request | - |https://github.com/microsoft/kiota/issues/4245|
0 commit comments