Image Tags

Adds and deletes image tags

Add image tag

put

Adds a tag to an image

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
image_idstring · uuidRequired

The UUID of the image

tagstring · max: 255Required

The tag to add (max 255 characters)

Responses
chevron-right
204

Tag added successfully

No content

put
/images/{image_id}/tags/{tag}

No content

Delete image tag

delete

Deletes a tag from an image

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
image_idstring · uuidRequired

The UUID of the image

tagstring · max: 255Required

The tag to delete

Responses
chevron-right
204

Tag deleted successfully

No content

delete
/images/{image_id}/tags/{tag}

No content

Last updated

Was this helpful?