Skip to main content
PUT
/
api
/
account
/
workspace
Replace user workspace
curl --request PUT \
  --url https://macrobymark.com/api/account/workspace \
  --header 'Content-Type: application/json' \
  --cookie next-auth.session-token= \
  --data '
{
  "workspace": {}
}
'

Documentation Index

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

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

Authorizations

next-auth.session-token
string
cookie
required

NextAuth.js session cookie

Body

application/json
workspace
object

Response

200

Updated workspace