Skip to content

Commit f8c7fba

Browse files
committed
docs (API): edited config to set multiple values
This edits the set config example to allow setting multiple values at once
1 parent 03e5370 commit f8c7fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/api-v1.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Example Request:
452452
Content-Type: application/json
453453
Authorization: token abc123
454454
455-
{"values": {"HELLO": "world","PLATFOFM":"deis"}}
455+
{"values": {"HELLO": "world", "PLATFORM: "deis"}}
456456
457457
Example Response:
458458

@@ -471,7 +471,7 @@ Example Response:
471471
"DEIS_APP": "example-go",
472472
"DEIS_RELEASE": "v3",
473473
"HELLO": "world",
474-
"PLATFORM":"deis"
474+
"PLATFORM": "deis"
475475
476476
},
477477
"memory": {},

0 commit comments

Comments
 (0)