Skip to content

Commit 3ad2812

Browse files
author
Mateusz Wiszniewski
committed
update tags
1 parent c419a63 commit 3ad2812

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

swagger.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ paths:
520520
type: number
521521
format: int32
522522
tags:
523-
- Incidents
523+
- Incident updates
524524
responses:
525525
200:
526526
description: Get incident updates response
@@ -550,7 +550,7 @@ paths:
550550
schema:
551551
$ref: '#/definitions/IncidentUpdate'
552552
tags:
553-
- Incidents
553+
- Incident updates
554554
responses:
555555
200:
556556
description: Incident update response
@@ -585,6 +585,8 @@ paths:
585585
properties:
586586
data:
587587
$ref: '#/definitions/IncidentUpdateResponse'
588+
tags:
589+
- Incident updates
588590
put:
589591
operationId: putIncidentUpdateById
590592
summary: Update an incident update
@@ -612,6 +614,8 @@ paths:
612614
required: false
613615
description: The update message
614616
type: string
617+
tags:
618+
- Incident updates
615619
responses:
616620
200:
617621
description: Update incident update response
@@ -636,6 +640,8 @@ paths:
636640
description: Unique incident update id
637641
type: number
638642
format: int32
643+
tags:
644+
- Incident updates
639645
response:
640646
204:
641647
description: The incident update was deleted successfully.

0 commit comments

Comments
 (0)