Skip to content

Commit cdbdfed

Browse files
committed
Add details about uniqueness of 'partnerIncidentId' to doc
1 parent 0bf47aa commit cdbdfed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

incidentRestAPI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ paths:
2828
example: "SystemX"
2929
type: string
3030
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.
3232
example: "1234567890"
3333
type: string
3434
description:
@@ -227,7 +227,7 @@ paths:
227227
- name: partnerIncidentId
228228
in: query
229229
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.
231231
example: "1234567890"
232232
schema:
233233
type: string
@@ -338,7 +338,7 @@ paths:
338338
example: 43c569a98771f5106dc8630000000000
339339
type: string
340340
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.
342342
example: "1234567890"
343343
type: string
344344
short_description:
@@ -464,7 +464,7 @@ paths:
464464
example: 6d101e0487e3ca903ef00000000000
465465
type: string
466466
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.
468468
example: "1234567890"
469469
type: string
470470
attachments:

0 commit comments

Comments
 (0)