Skip to content

Commit f2992b2

Browse files
committed
ref(API): rc got renamed to exit_code in the API
Required for deis/controller#738
1 parent 9c71b3a commit f2992b2

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)