ステータスを更新する Tier 4
PATCH/api/versions/:id/statusCopied!
バージョンのレビューステータスを更新します。
リクエスト
パス
idstringrequired バージョン ID
ボディ
statusstringrequired 新しいレビューステータス
Possible values: IN_PROGRESSNEED_REVIEWNEED_EDITON_HOLDAPPROVEDREJECTEDCLOSED
レスポンス
204 No Content を返します。レスポンスボディは空です。
例
bash
curl -X PATCH 'https://api.youvico.com/api/versions/8fe89e5a-1d8f-4302-8437-fb0390ecf8eb/status' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "status": "APPROVED" }'成功すると 204 No Content を返します。