Skip to content

タグ更新 Tier 4

PATCH/api/files/:id/tagCopied!

ファイルのレビュータグを更新します。

リクエスト

パス

idstringrequired
ファイルID

ボディ

tagstringrequired
新しいレビュータグ

Possible values: IN_PROGRESSNEED_REVIEWNEED_EDITON_HOLDAPPROVEDREJECTEDCLOSED

レスポンス

204 No Content を返します。

bash
curl -X PATCH 'https://api.youvico.com/api/files/8fe89e5a-1d8f-4302-8437-fb0390ecf8eb/tag' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{ "tag": "APPROVED" }'