Projects
Update project
Update project metadata, visibility, password, or managed subdomain.
PATCH
/api/v1/projects/{projectID}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
namestringoptionalBodyReplacement project name, up to 100 Unicode characters.
descriptionstringoptionalBodyReplacement description.
visibilitystringoptionalBodydraft, private, password, or public.
access_passwordstringoptionalBodyReplacement access password; required when changing to password visibility.
url_subdomainstringoptionalBodyReplacement managed subdomain when the account plan allows it.
Responses
200The updated project.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.