- May 08, 2024
-
- May 02, 2024
-
-
Fabian Sudau authored
-
- Apr 25, 2024
-
-
Fabian Sudau authored
-
- Apr 22, 2024
-
-
Hendrik Kamp authored
- Apr 16, 2024
-
-
Hendrik Kamp authored
-
Hendrik Kamp authored
-
Hendrik Kamp authored
-
Fabian Sudau authored
The ':' character is not allowed in URLs and should not be used in scope names.
-
- Apr 15, 2024
-
-
Hendrik Kamp authored
-
Hendrik Kamp authored
-
Hendrik Kamp authored
-
Hendrik Kamp authored
-
- Apr 11, 2024
-
-
Yves Adler authored
-
Yves Adler authored
-
Yves Adler authored
-
Yves Adler authored
-
- Mar 26, 2024
-
-
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
-
Jonas Gröger authored
-
- Feb 28, 2024
-
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
usually we use the OAuth2 security schema. but public endpoints do not have this security constraint. callbacks don't authenticate against the called endpoint. For reference, the warning was (one example): > Every operation should have security defined on it or on the root level. > > 418 | get: > | ^^^ > 419 | operationId: get-destination-key > 420 | summary: Ruft einen JWK des Zustelldienstes ab > > Warning was generated by the security-defined rule.
-
Jonas Gröger authored
using npx, we can run all redocly commands without doing a global install of redocly/cli (-g flag). I also noticed we were using `latest` which outside of dev tests is not recommended. Some shorthand flags were also migrated to the long ones (--output).
-
- Feb 27, 2024
-
-
Manuel Menz authored
-
- Feb 23, 2024
-
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Jonas Gröger authored
-
Publish latest API realease as `latest`. Publish latest commit to main as `latest-dev`
-
- Feb 07, 2024
-
-
Jonas Gröger authored
-
Yves Adler authored
-
Yves Adler authored
fix: inline $ref's from examples because they are not allowed according to the OpenAPI spec (bycatch from planning#1409)
-