| #
9791ae45 |
| 28-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix openapi spec download when no subdir is used
See https://github.com/dokuwiki/dokuwiki/commit/0c6e917818109b1f50cd46754bb3bf353e36d889#r160979301
|
| #
d48c2b25 |
| 07-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: code style fixes
|
| #
7625c995 |
| 06-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
OpenAPI docs: fix error code deduplication
|
| #
d3856637 |
| 05-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: clean up error codes
Error codes are now extracted from API core and printed on the OpenAPI overview page. This makes it easier to see what is in use.
Error messages have been cleaned up, some
API: clean up error codes
Error codes are now extracted from API core and printed on the OpenAPI overview page. This makes it easier to see what is in use.
Error messages have been cleaned up, some new codes have been assigned.
Some errors have been removed. Eg. it is fine to iterate a media namespace you don't have read access to. The result will either be empty or contain files from lower namespaces that you *do* have access to.
show more ...
|
| #
e4e3d439 |
| 05-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
moved OpenAPI generator to correct namespace
added missing doc blocks
|
| #
cd0c7c3a |
| 01-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
add title to api explorer
|
| #
0c6e9178 |
| 01-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
OpenAPI Explorer basically works
|
| #
5ee96713 |
| 30-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
attempt to model the JSON-RPC API as openapi spec
Failed because positional parameters are not really possible to model. Named parameter could be introduces when our minimum requirement is switched
attempt to model the JSON-RPC API as openapi spec
Failed because positional parameters are not really possible to model. Named parameter could be introduces when our minimum requirement is switched to PHP8+
show more ...
|