Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Creates or updates a whiteboard. Schema-validates the body against the whiteboard JSON Schema before delegating to the downstream save flow

Prev Next
Post
/whiteboard/save
Body parameters
object
json
string
Responses
200

The outcome of the save operation (UpsertResult).

Expand All
object
id
integer (int64)
success
boolean
Defaultfalse
error
string
Valid values[ "INVALID_CONTENT", "NAME_IN_USE", "UNKNOWN" ]
errors
Array of object (WhiteboardValidationError)
object
stepId
string
goal
boolean
Defaultfalse
error
string
param
string
value
string
400

The supplied whiteboard JSON failed schema validation.