Skip to main content
PUT
/
v1
/
projects
/
{projectId}
Update project
curl --request PUT \
  --url https://api.pathors.com/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

Project ID

Body

application/json
name
string
required
Required string length: 1 - 64

Response

OK

data
object
required