Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Tour of Restate body format example is incorrect #651

@tomredman

Description

@tomredman

Referring to this doc: https://docs.restate.dev/get_started/tour/#invoking-handlers

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"'.

Image

  • 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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions