We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d4ef1 + c9a9df7 commit bedd3efCopy full SHA for bedd3ef
1 file changed
docs/reference/api-v1.5.rst
@@ -739,7 +739,9 @@ Example Response:
739
{
740
"owner": "test",
741
"app": "example-go",
742
- "values": {},
+ "values": {
743
+ "PLATFORM": "deis"
744
+ },
745
"memory": {},
746
"cpu": {},
747
"tags": {},
@@ -761,7 +763,7 @@ Example Request:
761
763
Content-Type: application/json
762
764
Authorization: token abc123
765
- {"values": {"HELLO": "world", "PLATFORM: "deis"}}
766
+ {"values": {"HELLO": "world", "PLATFORM": "deis"}}
767
768
Example Response:
769
0 commit comments