Skip to main content
PUT
/
project
/
{projectId}
Update a project
curl --request PUT \
  --url https://app.myhero.so/project/{projectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "reference": "<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 one or more metadata fields (name, description, reference, icon, emoji) for the given project. Requires workspace edit permission. Returns true on success, false on failure.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Body

application/json
name
string
reference
string
description
string
icon
object
emoji
object

Response

200 response

data
required
Available options:
true