Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 37 additions & 11 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8338,7 +8338,7 @@ menu:
- CreateIncidentImpact
unstable:
- v2
order: 7
order: 8
- name: List an incident's impacts
url: '#list-an-incidents-impacts'
identifier: incidents-list-an-incidents-impacts
Expand All @@ -8351,23 +8351,49 @@ menu:
- ListIncidentImpacts
unstable:
- v2
order: 6
- name: 'Create, update, and delete incident attachments'
url: '#create,-update,-and-delete-incident-attachments'
identifier: 'incidents-create,-update,-and-delete-incident-attachments'
order: 7
- name: Update incident attachment
url: '#update-incident-attachment'
identifier: incidents-update-incident-attachment
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- UpdateIncidentAttachments
- UpdateIncidentAttachment
unstable:
- v2
order: 8
- name: Get a list of attachments
url: '#get-a-list-of-attachments'
identifier: incidents-get-a-list-of-attachments
order: 37
- name: Delete incident attachment
url: '#delete-incident-attachment'
identifier: incidents-delete-incident-attachment
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- DeleteIncidentAttachment
unstable:
- v2
order: 36
- name: Create incident attachment
url: '#create-incident-attachment'
identifier: incidents-create-incident-attachment
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- CreateIncidentAttachment
unstable:
- v2
order: 35
- name: List incident attachments
url: '#list-incident-attachments'
identifier: incidents-list-incident-attachments
parent: incidents
generated: true
params:
Expand All @@ -8377,7 +8403,7 @@ menu:
- ListIncidentAttachments
unstable:
- v2
order: 7
order: 34
- name: Update an existing incident
url: '#update-an-existing-incident'
identifier: incidents-update-an-existing-incident
Expand Down
279 changes: 157 additions & 122 deletions content/en/api/v2/incidents/examples.json

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,13 +793,6 @@
"description": "Update an existing incident returns \"OK\" response"
}
],
"UpdateIncidentAttachments": [
{
"group": "incidents",
"suffix": "_3881702075",
"description": "Create an incident attachment returns \"OK\" response"
}
],
"CreateIncidentIntegration": [
{
"group": "incidents",
Expand Down
Loading
Loading