Skip to content

Commit 5a4c5cf

Browse files
committed
add info on state mapping in description
1 parent f19f163 commit 5a4c5cf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

incidentRestAPI.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
openapi: '3.0.2'
22
info:
33
title: Incident REST API
4-
description: handles communication between the MyIT incident system and partner systems.
4+
description: |
5+
Handles communication between the MyIT incident system and partner systems.
6+
7+
**State values:**
8+
- New: 1
9+
- In progress: 2
10+
- On hold: 3
11+
- Resolved: 6
12+
- Closed: 7
13+
- Cancelled: 8
514
version: '1.0.0'
615

716
servers:

0 commit comments

Comments
 (0)