ZITADEL Docs
APIsCore ResourcesV1Organization Objects

UpdateProject

Update Project

Deprecated: use project v2 service UpdateProject instead.

Update a project and its settings. A Project is a vessel for different applications sharing the same role context.

PUT
/projects/{id}

Path Parameters

id*string

Request Body

application/json

name*string
projectRoleAssertion?boolean
projectRoleCheck?boolean
hasProjectCheck?boolean
privateLabelingSetting?string
Value in"PRIVATE_LABELING_SETTING_UNSPECIFIED" | "PRIVATE_LABELING_SETTING_ENFORCE_PROJECT_RESOURCE_OWNER_POLICY" | "PRIVATE_LABELING_SETTING_ALLOW_LOGIN_USER_RESOURCE_OWNER_POLICY"
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/projects/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?