-
Citing @osma at https://github.com/NatLibFi/Annif/issues/338
> it would make the implementation easier if there was an OpenAPI (Swagger) spec for the API available
I am not familiar with OpenAPI…
-
## 現状と課題
入力値検証で例外が発生し、`400 Bad Request`を返す場合、その`message`を`INFO`レベルで記録しているが、
レスポンスボディは空にしている。
受け取った側が分かりやすいように、エラーの概要をメッセージボディで返したい。
なお、単純に例外の`message`を返すだけだと、`MethodArgumentNotValidException`と…
-
## Why?
Concurrent writes are currently underspecified.
The only relevant passage in the spec seems to be [2.2 SPARQL 1.1 Update Services](https://www.w3.org/TR/sparql11-update/#updateServic…
-
I have a `ClientResponseFilter` that throws unchecked business exceptions. JAX-RS wraps them in `ResponseProcessingException`, which forces the client code to unwrap them manually.
I'd like to have…
-
In the swagger API documentation file (OSDM-online-api-v3.0.3.yml) is there a reference to RFC 7807. Should this be replaced with reference to [RFC 9457: Problem Details for HTTP APIs](https://datatr…
-
# Feature request
## Is your feature request related to a problem? Please describe.
I am building a website with supabase and the errors that is returned from `supabase.auth` only contains a gen…
-
Spring Framework 6.1.3 introduced a regression in MVC where validation error details are not returned anymore for REST endpoints in certain cases. These settings in Spring Boot become ineffective:
``…
-
Hello,
As far as I have seen, the current state of ApiPlatform [limits the schema of the serialized exception to the following properties](https://github.com/api-platform/core/blob/main/src/Problem…
-
**API Platform version(s) affected**: 3.3.3
**Description**
I have an issue when doing a POST request to upload a file, using the example from the [docs](https://api-platform.com/docs/core/fil…
sta2m updated
2 months ago
-
**Update by @RicoSuter:
[Documentation about how to specify the response descriptions with XML Docs](https://github.com/RicoSuter/NSwag/wiki/AspNetCoreOpenApiDocumentGenerator#specify-the-operation-…