Skip to main content
POST
/
v1
/
projects
/
{project_id}
/
sharing
Share or unshare a project
curl --request POST \
  --url http://api/v1/projects/{project_id}/sharing \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

project_id
string
required

Query Parameters

shared
boolean
default:false

Response

Successful Response

The response is of type any.