Skip to main content
POST
/
v1
/
projects
/
{project_id}
Update Project
curl --request POST \
  --url https://api.human.prod.artistree.io/v1/projects/{project_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "<string>",
  "operation": "updateName",
  "value": {
    "emails": [
      "<string>"
    ],
    "role": "<string>"
  }
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required
Required string length: 36

Body

application/json
projectId
string
required
operation
enum<string>
required
Available options:
updateName,
addMembers,
removeMembers
value
AddMembersRequest · object
required

Response

message
string
required