v1

latestOpenAPI 3.0.02026-07-144847131.4 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

descriptionstring nullable required

Gets or sets the description of the tag.

idstring uuid

Gets the Tag ID.

imageCountinteger

Gets the number of images with this tag.

namestring required

Gets or sets the name of the tag.

type'Regular' | 'Negative' required

Gets or sets the type of the tag.

Response

OK

descriptionstring nullable required

Gets or sets the description of the tag.

idstring uuid

Gets the Tag ID.

imageCountinteger

Gets the number of images with this tag.

namestring required

Gets or sets the name of the tag.

type'Regular' | 'Negative' required

Gets or sets the type of the tag.