v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Updates a project profile.

patch/v2/domains/{domainIdentifier}/project-profiles/{identifier}

Path parameters

domainIdentifierstring required

The ID of the domain where a project profile is to be updated.

identifierstring required

The ID of a project profile that is to be updated.

Request body

namestring password

The name of a project profile.

descriptionstring password

The description of a project profile.

status'ENABLED' | 'DISABLED'

The status of a project profile.

allowCustomProjectResourceTagsboolean

Specifies whether custom project resource tags are supported.

projectResourceTagsDescriptionstring password

Field viewable through the UI that provides a project user with the allowed resource tag specifications.

domainUnitIdentifierstring

The ID of the domain unit where a project profile is to be updated.

Response

Success

domainIdstring required

The ID of the domain where project profile is to be updated.

idstring required

The ID of the project profile.

namestring password required

The name of the project profile.

descriptionstring password

The description of a project profile.

status'ENABLED' | 'DISABLED'

The status of the project profile.

allowCustomProjectResourceTagsboolean

Specifies whether custom project resource tags are supported.

projectResourceTagsDescriptionstring password

Field viewable through the UI that provides a project user with the allowed resource tag specifications.

createdBystring required

The user who created a project profile.

createdAtstring date-time

The timestamp at which a project profile is created.

lastUpdatedAtstring date-time

The timestamp at which a project profile was last updated.

domainUnitIdstring

The domain unit ID of the project profile to be updated.