Skip to content

Commit

Permalink
add info on state mapping in description
Browse files Browse the repository at this point in the history
  • Loading branch information
timschaeren committed Dec 16, 2024
1 parent f19f163 commit 5a4c5cf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion incidentRestAPI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
openapi: '3.0.2'
info:
title: Incident REST API
description: handles communication between the MyIT incident system and partner systems.
description: |
Handles communication between the MyIT incident system and partner systems.
**State values:**
- New: 1
- In progress: 2
- On hold: 3
- Resolved: 6
- Closed: 7
- Cancelled: 8
version: '1.0.0'

servers:
Expand Down

0 comments on commit 5a4c5cf

Please # to comment.