Closed jadolg closed 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
/access-keys/{id}
/access-keys
The code is correct but the API docs are not
Thank you @murka for fixing this!
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#L178The code is correct but the API docs are not