Skip to content

Commit

Permalink
add missing "status" field
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Jun 27, 2024
1 parent 199fdb0 commit 721e587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get_started/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ curl localhost:8080/CartObject/Mary/addTicket/send -H 'content-type: application
<details className="grey-details">
<summary>Output</summary>
```json
{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5"}
{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5","status":"Accepted"}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/invoke/http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ curl localhost:8080/MyService/myHandler/send \
<summary>Output</summary>

```json
{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5"}
{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5","status":"Accepted"}
```
</details>

Expand Down

0 comments on commit 721e587

Please sign in to comment.