We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e5370 commit f8c7fbaCopy full SHA for f8c7fba
1 file changed
docs/reference/api-v1.1.rst
@@ -452,7 +452,7 @@ Example Request:
452
Content-Type: application/json
453
Authorization: token abc123
454
455
- {"values": {"HELLO": "world","PLATFOFM":"deis"}}
+ {"values": {"HELLO": "world", "PLATFORM: "deis"}}
456
457
Example Response:
458
@@ -471,7 +471,7 @@ Example Response:
471
"DEIS_APP": "example-go",
472
"DEIS_RELEASE": "v3",
473
"HELLO": "world",
474
- "PLATFORM":"deis"
+ "PLATFORM": "deis"
475
476
},
477
"memory": {},
0 commit comments