Skip to content

Create or replace a client note

PUT
/v1/workspaces/{workspaceId}/sharees/{shareeId}/context/{name}
curl --request PUT \
--url https://shareout.site/v1/workspaces/example/sharees/example/context/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/markdown' \
--data example

Admin only. Raw markdown body or JSON with a content field.

workspaceId
required
string

Workspace ID or slug.

shareeId
required
string
name
required
string
string

Saved

Access denied

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}