Skip to main content
PATCH
/
api
/
v1
/
workspaces
/
{workspaceId}
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/workspaces/string" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

workspaceId
string
required

workspaceId identifier

Body

application/json
name
string
Required string length: 1 - 120
visibility
enum<string>
Available options:
public,
private
metadata
object

Response

Update

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload