v9

latestSwagger 2.02026-07-135252167.7 KB
TagsApi

Create a tag for the project.

post/projects/{projectId}/tags

Path parameters

projectIdstring uuid required

The project id.

Query parameters

namestring required

The tag name.

descriptionstring

Optional description for the tag.

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

Optional type for the 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.