Skip to main content
PUT
Obj Set Aliases

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

Body

application/json

Request body for setting aliases (object_id comes from path).

project_id
string
required
Example:

"entity/project"

digest
string
required
Example:

"abc123def"

aliases
string[]
required
Example:

Response

Successful Response

The response is of type ObjSetAliasesRes · object.