From 2055825debbb7380d4f28377e01d7c31d8c18e08 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 12 Nov 2018 15:18:14 +1300 Subject: Rename maintenances to maintenance --- swagger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'swagger.json') 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": [ -- cgit v1.2.3