객체 태그 제거
curl --request POST \
--url https://api.example.com/objs/{object_id}/versions/{digest}/tags/remove \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"tags": [
"<string>"
]
}
'{}객체 버전에서 태그를 제거합니다.
POST
/
objs
/
{object_id}
/
versions
/
{digest}
/
tags
/
remove
객체 태그 제거
curl --request POST \
--url https://api.example.com/objs/{object_id}/versions/{digest}/tags/remove \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"tags": [
"<string>"
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
인증
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
본문
application/json
응답
성공 응답
The response is of type ObjRemoveTagsRes · object.
⌘I