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": {}
}
'

Authorizations

next-auth.session-token
string
cookie
required

NextAuth.js session cookie

Body

application/json
workspace
object

Response

200

Updated workspace