Skip to content

フォルダー更新 Tier 4

PATCH/api/folders/:idCopied!

フォルダーを更新します。

ts
await client.folders.update("DX1234567890ABCD", {
  name: "Approved renders",
});
bash
youvico folder update --id DX1234567890ABCD --name="Approved renders"
bash
curl -X PATCH 'https://api.youvico.com/api/folders/DX1234567890ABCD' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{ "name": "Approved renders" }'

リクエスト

パス

idstringrequired
フォルダーID

ボディ

namestring

1–64 characters

フォルダー名

レスポンス

204 No Content を返します。