v47

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

Create project_tag

Create a new project_tag. If there is an existing project_tag in the project with the same name as the one specified in the request, will return the existing project_tag unmodified

post/v1/project_tag

Request body

project_idstring uuid required

Unique identifier for the project that the project tag belongs under

namestring required

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 new 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