v9

latestSwagger 2.02026-07-135252167.7 KB
TagsApi

Update a tag.

patch/projects/{projectId}/tags/{tagId}

Path parameters

projectIdstring uuid required

The project id.

tagIdstring uuid required

The id of the target tag.

Request body

idstring uuid

Gets the Tag ID.

namestring required

Gets or sets the name of the tag.

descriptionstring nullable required

Gets or sets the description of the tag.

type'Regular' | 'Negative' | 'GeneralProduct' required

Gets or sets the type of the tag.

imageCountinteger

Gets the number of images with this tag.

Response

OK

idstring uuid

Gets the Tag ID.

namestring required

Gets or sets the name of the tag.

descriptionstring nullable required

Gets or sets the description of the tag.

type'Regular' | 'Negative' | 'GeneralProduct' required

Gets or sets the type of the tag.

imageCountinteger

Gets the number of images with this tag.