Skip to content

Commit 03e5370

Browse files
committed
Set Multiple configs
Set Multiple configs
1 parent d972870 commit 03e5370

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/reference/api-v1.1.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,9 @@ Example Response:
470470
"values": {
471471
"DEIS_APP": "example-go",
472472
"DEIS_RELEASE": "v3",
473-
"HELLO": "world"
473+
"HELLO": "world",
474+
"PLATFORM":"deis"
475+
474476
},
475477
"memory": {},
476478
"cpu": {},
@@ -510,8 +512,9 @@ Example Response:
510512
"app": "example-go",
511513
"values": {
512514
"DEIS_APP": "example-go",
513-
"DEIS_RELEASE": "v4"
514-
},
515+
"DEIS_RELEASE": "v4",
516+
"PLATFORM":"deis"
517+
},
515518
"memory": {},
516519
"cpu": {},
517520
"tags": {},

0 commit comments

Comments
 (0)