v47

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2024-10-01163166522.3 KB
ProjectTags

Partially update project_tag

Partially update a project_tag object. Specify the fields to update in the payload. Any object-type fields will be deep-merged with existing content. Currently we do not support removing fields or setting them to null.

patch/v1/project_tag/{project_tag_id}

Path parameters

project_tag_idstring uuid required

ProjectTag id

ProjectTag id

Request body

namestring nullable

Name of the project tag

descriptionstring nullable

Textual description of the project tag

colorstring nullable

Color of the tag for the UI

Response

Returns the project_tag object

idstring uuid required

Unique identifier for the project tag

project_idstring uuid required

Unique identifier for the project that the project tag belongs under

user_idstring uuid required
createdstring date-time nullable

Date of project tag creation

namestring required

Name of the project tag

descriptionstring nullable

Textual description of the project tag

colorstring nullable

Color of the tag for the UI