Skip to main content
POST
/
v1
/
app
/
project
/
{projectId}
/
info
Update project user info
curl --request POST \
  --url https://{base_url}/v1/app/project/{projectId}/info \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_pinned": true
}
'

Path Parameters

projectId
string
required

The ID of the project

Body

application/json

Contains the information to update for the user in the project

is_pinned
boolean
required