diff options
Diffstat (limited to 'swagger.json')
-rw-r--r-- | swagger.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swagger.json b/swagger.json index 1c2d42e76..183330bdd 100644 --- a/swagger.json +++ b/swagger.json @@ -1351,10 +1351,10 @@ } } }, - "/maintenances": { + "/maintenance": { "get": { - "summary": "Fetch a list of Maintenances", - "description": "Without params, it returns a list of Maintenances the user has access to", + "summary": "Fetch a list of Maintenance", + "description": "Without params, it returns a list of Maintenance the user has access to", "parameters": [ { "$ref": "#/parameters/all" @@ -1401,7 +1401,7 @@ } } }, - "/maintenances/{id}": { + "/maintenance/{id}": { "put": { "summary": "Update a Maintenance", "parameters": [ |