You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: incidentRestAPI.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ paths:
28
28
example: "SystemX"
29
29
type: string
30
30
partnerIncidentId:
31
-
description: your internal id of the incident, for your reference.
31
+
description: your internal id of the incident, for your reference. Note that this must be unique. Once an incident is closed however - the id is freed up again.
32
32
example: "1234567890"
33
33
type: string
34
34
description:
@@ -227,7 +227,7 @@ paths:
227
227
- name: partnerIncidentId
228
228
in: query
229
229
required: true
230
-
description: your internal id of the incident, for your reference.
230
+
description: your internal id of the incident, for your reference. Note that this must be unique. Once an incident is closed however - the id is freed up again.
231
231
example: "1234567890"
232
232
schema:
233
233
type: string
@@ -338,7 +338,7 @@ paths:
338
338
example: 43c569a98771f5106dc8630000000000
339
339
type: string
340
340
partnerIncidentId:
341
-
description: your internal id of the incident, for your reference.
341
+
description: your internal id of the incident, for your reference. Note that this must be unique. Once an incident is closed however - the id is freed up again.
342
342
example: "1234567890"
343
343
type: string
344
344
short_description:
@@ -464,7 +464,7 @@ paths:
464
464
example: 6d101e0487e3ca903ef00000000000
465
465
type: string
466
466
partnerIncidentId:
467
-
description: your internal id of the incident, for your reference.
467
+
description: your internal id of the incident, for your reference. Note that this must be unique. Once an incident is closed however - the id is freed up again.
0 commit comments