Skip to content

Commit

Permalink
Add details about uniqueness of 'partnerIncidentId' to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timschaeren committed Aug 22, 2024
1 parent 0bf47aa commit cdbdfed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions incidentRestAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ paths:
example: "SystemX"
type: string
partnerIncidentId:
description: your internal id of the incident, for your reference.
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.
example: "1234567890"
type: string
description:
Expand Down Expand Up @@ -227,7 +227,7 @@ paths:
- name: partnerIncidentId
in: query
required: true
description: your internal id of the incident, for your reference.
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.
example: "1234567890"
schema:
type: string
Expand Down Expand Up @@ -338,7 +338,7 @@ paths:
example: 43c569a98771f5106dc8630000000000
type: string
partnerIncidentId:
description: your internal id of the incident, for your reference.
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.
example: "1234567890"
type: string
short_description:
Expand Down Expand Up @@ -464,7 +464,7 @@ paths:
example: 6d101e0487e3ca903ef00000000000
type: string
partnerIncidentId:
description: your internal id of the incident, for your reference.
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.
example: "1234567890"
type: string
attachments:
Expand Down

0 comments on commit cdbdfed

Please sign in to comment.