From 721e587f961539a5590b350c849863f629258eee Mon Sep 17 00:00:00 2001 From: Ahmed Radwan Date: Fri, 28 Jun 2024 02:01:49 +0300 Subject: [PATCH] add missing "status" field --- docs/get_started/tour.mdx | 2 +- docs/invoke/http.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started/tour.mdx b/docs/get_started/tour.mdx index e349df8c..b739ac8c 100644 --- a/docs/get_started/tour.mdx +++ b/docs/get_started/tour.mdx @@ -474,7 +474,7 @@ curl localhost:8080/CartObject/Mary/addTicket/send -H 'content-type: application
Output ```json -{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5"} +{"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5","status":"Accepted"} ```
diff --git a/docs/invoke/http.mdx b/docs/invoke/http.mdx index 9747b319..0961a798 100644 --- a/docs/invoke/http.mdx +++ b/docs/invoke/http.mdx @@ -75,7 +75,7 @@ curl localhost:8080/MyService/myHandler/send \ Output ```json - {"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5"} + {"invocationId":"inv_1aiqX0vFEFNH1Umgre58JiCLgHfTtztYK5","status":"Accepted"} ```