API referenceWorkspace
Set Onboarding
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Body of PUT /workspace/onboarding: how far first-run got.
completed is a verb, not a timestamp: the stamp is the server's to take, so
a browser with a wrong clock cannot date a workspace's setup. The store writes
it once and never clears it.
Response Body
application/json
application/json
curl -X PUT "https://example.com/workspace/onboarding" \ -H "Content-Type: application/json" \ -d '{}'{ "completed_at": "string", "step": "string"}