Skip to content

Commit c255be3

Browse files
committed
Merge pull request #236 from helgi/run
ref(API): rc got renamed to exit_code in the API
2 parents 2d2b937 + f2992b2 commit c255be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/reference-guide/controller-api

src/reference-guide/controller-api/v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ DEIS_API_VERSION: 2.0
359359
DEIS_PLATFORM_VERSION: 2.0.0
360360
Content-Type: application/json
361361
362-
{"rc": 0, "output": "hi\n"}
362+
{"exit_code": 0, "output": "hi\n"}
363363
```
364364

365365
## Certificates

0 commit comments

Comments
 (0)