Skip to main content
POST
Obj Remove Tags

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

object_id
string
required
digest
string
required

Body

application/json

Request body for adding/removing tags (object_id and digest come from path).

project_id
string
required
Example:

"entity/project"

tags
string[]
required
Example:

Response

Successful Response

The response is of type ObjRemoveTagsRes · object.