Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.84k stars 790 forks source link

Puth method in /access-keys needs to use {id} in the path #1499

Closed jadolg closed 9 months ago

jadolg commented 9 months ago

The method to create a key with a specific id operates under /access-keys/{id} and not under just /access-keys https://github.com/Jigsaw-Code/outline-server/blob/64c4f945342ea7725b936a538f9b39353ee55379/src/shadowbox/server/api.yml#L178

The code is correct but the API docs are not

sbruens commented 9 months ago

Thank you @murka for fixing this!