- Aug 23, 2023
-
-
when a destination does not support the services requested in a submission, it might throw an error. this validation feature is configurable by the implementation.
-
Jonas Gröger authored
Prüfung der JWE Objekte durch den Zustelldienst See merge request !146
-
* When uploading attachments * When submitting a submission/reply (data/metadata)
-
- Aug 10, 2023
-
-
Shahid Salim authored
Faelschlicherweise-Angabe-der-Callback-URL (planning#984) See merge request !164
-
Jonas Gröger authored
fix: return 200 (not 202) for new synchronous endpoints (planning#460) See merge request !170
-
Jonas Gröger authored
-
Jonas Gröger authored
The endpoints and their respective response codes before after 1. PUT /v1/replies/<id>/reject -> 202 200 2. PUT /v1/replies/<id>/accept -> 202 200 3. PUT /v1/replies/<id> -> 202 200 4. PUT /v1/submission/<id> -> 202 202 returned a 202 in the positive case. This doesen't make sense since they're synchronous requests and should return 200. For the not yet released new endpoints 1, 2 and 3 we can still change that without breaking any kind of API compatability. For endpoint 4, we have to keep it at 202 for API compatability but add a marker once v2 is considered.
-
- Aug 09, 2023
-
-
Jonas Gröger authored
-
Jonas Gröger authored
-
-
- Aug 08, 2023
-
-
Jonas Gröger authored
-
- Aug 07, 2023
-
-
Christoph Metzger authored
Remove bidirectional flag and case state from api (planning#506, planning#511) See merge request !169
-
- Aug 02, 2023
-
-
Christoph Metzger authored
-
Christoph Metzger authored
-
Christoph Metzger authored
-
- Jul 20, 2023
-
-
Jonas Gröger authored
the list endpoint of cases is supposed to only hand out active cases, not closed ones. this wasnt entirely clear before but should be now.
-
Jonas Gröger authored
-
- Jul 17, 2023
-
-
Jonas Gröger authored
BiDiKo Teil 2 - The attack (planning#460) See merge request !167
-
Jonas Gröger authored
when searching for stuff in the api, we often have false-positives using rg / ag. Since the rapidoc.js file is a distribution file, we cannot (should not) change it anyways
-
Jonas Gröger authored
-
- Jun 29, 2023
-
-
Jonas Gröger authored
when upstream updates swagger-cli to 4.0.5 this file needs to be updated to remove the JonasGroeger/swagger-cli project.
-
Jonas Gröger authored
Rückkanal Teil 1 - Preparations (planning#460) See merge request !166
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
see README.md for details
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
the jeanberu/swagger-cli docker image is super out of date
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
- May 08, 2023
-
-
Jonas Gröger authored
fix:typo fixed (planning#381) See merge request !162
-
Shahid Salim authored
-
- Apr 27, 2023
-
-
Shahid Salim authored
feat: add CORS headers for several endpoints (planning#586) See merge request !161
-
Shahid Salim authored
Endpoints: - GET /v1/destinations/{destinationId} - GET /v1/destinations/{destinationId}/keys/{keyId} - GET /v1/info - GET /.well-known/jwks.json
-