Missing admin openapi specification v1.0.0 #807

Open
opened 2024-04-15 14:55:24 +00:00 by imedvedev · 0 comments

The current openapi specification seems to be irrelevant for the latest version of garage.
https://garagehq.deuxfleurs.fr/api/garage-admin-v1.html

http://localhost:3903/v1/status, current version:

{
"garageVersion": "v1.0.0",
"nodes": [...]
}

Openapi specs:

{
"garageVersion": "v0.9.0",
"knownNodes": [...]
}

Is it possible to update the specs? Thanks!

The current openapi specification seems to be irrelevant for the latest version of garage. https://garagehq.deuxfleurs.fr/api/garage-admin-v1.html http://localhost:3903/v1/status, current version: ```json { "garageVersion": "v1.0.0", "nodes": [...] } ``` Openapi specs: ```json { "garageVersion": "v0.9.0", "knownNodes": [...] } ``` Is it possible to update the specs? Thanks!
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#807
No description provided.