Skip to content

Commit bedd3ef

Browse files
committed
Merge pull request #3970 from Joshua-Anderson/config-doc-fix
docs(reference): fix config list and set examples
2 parents e9d4ef1 + c9a9df7 commit bedd3ef

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/reference/api-v1.5.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@ Example Response:
739739
{
740740
"owner": "test",
741741
"app": "example-go",
742-
"values": {},
742+
"values": {
743+
"PLATFORM": "deis"
744+
},
743745
"memory": {},
744746
"cpu": {},
745747
"tags": {},
@@ -761,7 +763,7 @@ Example Request:
761763
Content-Type: application/json
762764
Authorization: token abc123
763765
764-
{"values": {"HELLO": "world", "PLATFORM: "deis"}}
766+
{"values": {"HELLO": "world", "PLATFORM": "deis"}}
765767
766768
Example Response:
767769

0 commit comments

Comments
 (0)