Skip to content

Commit 5d85ec1

Browse files
committed
Improve configuration
1 parent 3e525cc commit 5d85ec1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/cases/api/cases-api/case-api-update-connector.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ For {ibm-r} connectors:
7676
NOTE: Call <<cases-get-connector>> to retrieve the version value, and
7777
<<cases-api-find-connectors>> to retrieve connector IDs.
7878

79+
NOTE: Fields can be set but are not being used by case configuration. You can set the fields of the connector at <<cases-api-create>>.
80+
7981
===== Example request
8082

8183
Changes the connector's case closure option:

docs/cases/api/cases-api/cases-api-assign-connector.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ For {ibm-r} connectors:
7777

7878
NOTE: Call <<cases-api-find-connectors>> to retrieve connector IDs and names.
7979

80+
NOTE: Fields can be set but are not being used by case configuration. You can set the fields of the connector at <<cases-api-create>>.
81+
8082
==== Example request
8183

8284
[source,sh]

docs/cases/api/cases-api/cases-api-get-connector.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ GET api/cases/configure
2727
[source,json]
2828
--------------------------------------------------
2929
{
30-
"connector_id": "61787f53-4eee-4741-8df6-8fe84fa616f7",
30+
"connector": {
31+
"id": "131d4448-abe0-4789-939d-8ef60680b498",
32+
"name": "Jira",
33+
"type": ".jira",
34+
"fields": null,
35+
},
3136
"closure_type": "close-by-user",
32-
"connector_name": "ServiceNow",
3337
"created_at": "2020-03-30T13:31:38.083Z",
3438
"created_by": {
3539
"email": "admin@hms.gov.uk",

0 commit comments

Comments
 (0)