Updated on 2026-01-13 GMT+08:00

Creating an Asset Group Label

Function

This API is used to create a new asset group label. You can create a new label node by specifying the label name and parent label ID.

Calling Method

For details, see Calling APIs.

URI

POST /v1/{project_id}/metadata/asset-domain-labels

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Unique project ID.

Request Parameters

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

name

No

String

Group label name.

parent_id

No

String

Upper-level label ID.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

id

String

Task ID.

msg

String

Operation status message.

status

String

Operation status.

Status code: 201

Resource being created.

Example Requests

POST /v1/{project_id}/metadata/asset-domain-labels

{
  "name" : "string",
  "parent_id" : "string"
}

Example Responses

None

Status Codes

Status Code

Description

200

Created.

201

Resource being created.

401

Unauthorized. The user is not logged in or the token is invalid.

403

Unauthorized to access the resource.

404

The specified project does not exist.

Error Codes

See Error Codes.