Appearance
수정 Default
PATCH/folders/{id}Copied!
폴더 정보를 수정해요.
접근 가능한 사용자
사용자
Request
Body
namestring | undefined 폴더 이름
Path
idstringrequired 폴더 ID
Response
Returns 200 OK.
없음
Example
bash
curl -X PATCH 'https://api.youvico.com/folders/6ba7b810-9dad-11d1-80b4-00c04fd430c8' \
-H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
-H 'Content-Type: application/json' \
-d '{
"name": "최종 시안"
}'