From 3ad28120ad956ddf7c02389b49a3f36a786af864 Mon Sep 17 00:00:00 2001 From: Mateusz Wiszniewski Date: Mon, 16 Oct 2017 11:25:58 +0200 Subject: [PATCH] update tags --- swagger.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index 1c473bc..491de76 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -520,7 +520,7 @@ paths: type: number format: int32 tags: - - Incidents + - Incident updates responses: 200: description: Get incident updates response @@ -550,7 +550,7 @@ paths: schema: $ref: '#/definitions/IncidentUpdate' tags: - - Incidents + - Incident updates responses: 200: description: Incident update response @@ -585,6 +585,8 @@ paths: properties: data: $ref: '#/definitions/IncidentUpdateResponse' + tags: + - Incident updates put: operationId: putIncidentUpdateById summary: Update an incident update @@ -612,6 +614,8 @@ paths: required: false description: The update message type: string + tags: + - Incident updates responses: 200: description: Update incident update response @@ -636,6 +640,8 @@ paths: description: Unique incident update id type: number format: int32 + tags: + - Incident updates response: 204: description: The incident update was deleted successfully.