Skip to content

Commit

Permalink
fix curl command for expire ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
khatibomar authored and tillrohrmann committed May 17, 2024
1 parent 6dcc293 commit 5703c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Then call the `unreserve` handler on the `TicketObject`.
Once you have added this to the code, call the `CartObject/expireTicket` handler:
```shell
curl localhost:8080/CartObject/Mary/expireTicket-H 'content-type: application/json' -d '"seat2B"'
curl localhost:8080/CartObject/Mary/expireTicket -H 'content-type: application/json' -d '"seat2B"'
```
<details className="grey-details">
<summary>Service logs</summary>
Expand Down

0 comments on commit 5703c81

Please sign in to comment.