Skip to content

Commit

Permalink
[DOCS] Addresses more feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Mar 17, 2022
1 parent 7a471c9 commit 17d643b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/api/cases/cases-api-create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ individual field, specify `null` as its value.
For {sn-itsm} connectors, refer to <<servicenow-action-configuration>>. For
example:
* `urgency`: The extent to which the incident resolution can delay.
* `urgency`: The extent to which the incident resolution can be delayed.
* `severity`: The severity of the incident.
* `impact`: The effect an incident had on business.
* `category`: The category of the incident.
Expand Down Expand Up @@ -205,5 +205,5 @@ the case identifier, version, and creation time. For example:
<1> The case identifier is also its saved object ID (`savedObjectId`), which is
used when pushing cases to external systems.
<2> The default connector used to push cases to external services.
<3> The `external_service` object stores information when the case is pushed to
external systems.
<3> The `external_service` object stores information about the incident after it
is pushed to an external incident management system.
10 changes: 5 additions & 5 deletions docs/api/cases/cases-api-update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ field, specify `null` as its value.
For {sn-itsm} connectors, refer to <<servicenow-action-configuration>>. For
example:

* `urgency`: The urgency of the incident.
* `urgency`: The extent to which the incident resolution can be delayed.
* `severity`: The severity of the incident.
* `impact`: The impact of the incident.
* `impact`: The effect an incident had on business.
* `category`: The category of the incident.
* `subcategory`: The subcategory of the incident.

Expand Down Expand Up @@ -146,6 +146,8 @@ PATCH api/cases
{
"cases": [
{
"id": "a18b38a0-71b0-11ea-a0b2-c51ea50a58e2",
"version": "WzIzLDFd",
"connector": {
"id": "131d4448-abe0-4789-939d-8ef60680b498",
"name": "My connector",
Expand All @@ -156,7 +158,6 @@ PATCH api/cases
"parent": null
}
},
"id": "a18b38a0-71b0-11ea-a0b2-c51ea50a58e2",
"description": "James Bond clicked on a highly suspicious email
banner advertising cheap holidays for underpaid civil servants.
Operation bubblegum is active. Repeat - operation bubblegum is
Expand All @@ -168,8 +169,7 @@ PATCH api/cases
],
"settings": {
"syncAlerts": true
},
"version": "WzIzLDFd"
}
}
]
}
Expand Down

0 comments on commit 17d643b

Please sign in to comment.