Skip to main content
PATCH
/
api
/
v1
/
workspaces
/
{workspaceId}
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "ws_optareach",
    "name": "Optareach Growth",
    "slug": "optareach",
    "plan": "growth",
    "role": "owner",
    "createdAt": "2026-01-10T10:00:00.000Z"
  }
}

Documentation Index

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

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

Path Parameters

workspaceId
string
required

Body

application/json

Workspace update payload

name
string
slug
string

Response

200 - application/json

Workspace updated

data
object
required