메인 콘텐츠로 건너뛰기
POST
Add tags to asset

인증

X-API-Key
string
header
필수

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

경로 매개변수

id
string<uuid>
필수

Asset ID

본문

application/json
tags
string[]
필수

Tags to add to the asset

Minimum array length: 1

응답

Tags added successfully

total_tags
string[]
필수

All tags on the asset after the operation

added
string[]

Tags that were successfully added (for add operation)

removed
string[]

Tags that were successfully removed (for remove operation)

already_present
string[]

Tags that were already present (for add operation)

not_present
string[]

Tags that were not present (for remove operation)