Skip to main content
PUT
/
workspace
/
{workspaceId}
Update a workspace
curl --request PUT \
  --url https://app.myhero.so/workspace/{workspaceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Updates the name and/or description of a workspace. Requires workspace edit permission. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

workspaceId
string
required
Minimum string length: 1

Body

application/json
name
string
description
string

Response

200 response

data
enum<boolean>
required
Available options:
true