You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
In the first step, the provided example body didn't work:
❌ '"seat2B"' (note the surrounding single quotes)
✅ "seat2B" (removed the surrounding single quotes)
From this line:
In the UI, click on the CartObject service, then on Playground, and invoke your handler from there with body '"seat2B"'.
It works when using the curl example (because of --json flag)
Doesn't work without the above modification when using the --body flag via Playground (even when content-type is set to json)