We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d972870 commit 03e5370Copy full SHA for 03e5370
1 file changed
docs/reference/api-v1.1.rst
@@ -470,7 +470,9 @@ Example Response:
470
"values": {
471
"DEIS_APP": "example-go",
472
"DEIS_RELEASE": "v3",
473
- "HELLO": "world"
+ "HELLO": "world",
474
+ "PLATFORM":"deis"
475
+
476
},
477
"memory": {},
478
"cpu": {},
@@ -510,8 +512,9 @@ Example Response:
510
512
"app": "example-go",
511
513
514
- "DEIS_RELEASE": "v4"
- },
515
+ "DEIS_RELEASE": "v4",
516
517
+ },
518
519
520
"tags": {},
0 commit comments