Help us improve these docs. Take our quick survey.
cURL
curl --request PUT \ --url https://api.example.com/objs/{object_id}/versions/{digest}/tags \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "tags": [ "<string>" ] } '
{}
객체 버전에 태그를 추가합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
태그를 추가하거나 제거하기 위한 요청 본문입니다(object_id와 digest는 경로에서 가져옵니다).
"entity/project"
["production", "reviewed"]
성공 응답
The response is of type ObjAddTagsRes · object.
ObjAddTagsRes · object
이 페이지가 도움이 되었나요?