Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wiszniewski committed Oct 16, 2017
1 parent c419a63 commit 3ad2812
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ paths:
type: number
format: int32
tags:
- Incidents
- Incident updates
responses:
200:
description: Get incident updates response
Expand Down Expand Up @@ -550,7 +550,7 @@ paths:
schema:
$ref: '#/definitions/IncidentUpdate'
tags:
- Incidents
- Incident updates
responses:
200:
description: Incident update response
Expand Down Expand Up @@ -585,6 +585,8 @@ paths:
properties:
data:
$ref: '#/definitions/IncidentUpdateResponse'
tags:
- Incident updates
put:
operationId: putIncidentUpdateById
summary: Update an incident update
Expand Down Expand Up @@ -612,6 +614,8 @@ paths:
required: false
description: The update message
type: string
tags:
- Incident updates
responses:
200:
description: Update incident update response
Expand All @@ -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.
Expand Down

0 comments on commit 3ad2812

Please sign in to comment.