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
-d '{"name": "Server down in EU cluster", "description": "There is one server in the EU cluster that is not responding since April 12.", "owner_user_id": "bqnbdf8uc0a8yz4i39qrpgkvtg", "team_id": "61ji2mpflefup3cnuif80r5rde", "playbook_id": "0y4a0ntte97cxvfont8y84wa7x"}'
23666
+
-d '{"name": "Server down in EU cluster", "summary": "There is one server in the EU cluster that is not responding since April 12.", "owner_user_id": "bqnbdf8uc0a8yz4i39qrpgkvtg", "team_id": "61ji2mpflefup3cnuif80r5rde", "playbook_id": "0y4a0ntte97cxvfont8y84wa7x"}'
23667
23667
responses:
23668
23668
"201":
23669
23669
description: Created playbook run.
@@ -24028,15 +24028,22 @@ paths:
24028
24028
properties:
24029
24029
name:
24030
24030
type: string
24031
-
description: The new name of the playbook run.
24031
+
description: The new name of the playbook run. Must not be empty.
24032
24032
example: Updated Server Down Incident
24033
+
summary:
24034
+
type: string
24035
+
description: The new summary of the playbook run. Can be empty to clear the summary.
-d '{"title": "Gather information from server's logs.", "command": "/jira update ticket"}'
24523
+
-d '{"title": "Gather information from server's logs.", "command": "/jira update ticket", "description": "Ask the customer for more information in [Zendesk](https://www.zendesk.com/)."}'
24513
24524
responses:
24514
24525
"200":
24515
24526
description: Item updated.
@@ -26254,8 +26265,8 @@ components:
26254
26265
description: Additional attributes for the property field (options for select fields, visibility, etc.).
26255
26266
additionalProperties: true
26256
26267
example:
26257
-
sortOrder: 1
26258
26268
visibility: when_set
26269
+
sortOrder: 1
26259
26270
options:
26260
26271
- color: '#ff0000'
26261
26272
id: opt1
@@ -30511,9 +30522,9 @@ components:
30511
30522
type: string
30512
30523
description: The name of the playbook run.
30513
30524
example: Server down in EU cluster
30514
-
description:
30525
+
summary:
30515
30526
type: string
30516
-
description: The description of the playbook run.
30527
+
description: The summary of the playbook run.
30517
30528
example: There is one server in the EU cluster that is not responding since April 12.
0 commit comments