Appearance
파일 지정 Tier 2
PUT/projects/{id}/thumbnail.fileCopied!
프로젝트 파일을 프로젝트 썸네일로 지정해요.
접근 가능한 사용자
사용자
Request
Body
fileobjectrequired 썸네일로 지정할 파일 정보
file.idstringrequired 파일 ID
Example: 123e4567-e89b-12d3-a456-426614174000
Path
idstringrequired 프로젝트 ID
Response
Returns 200 OK.
없음
Example
bash
curl -X PUT 'https://api.youvico.com/projects/6ba7b810-9dad-11d1-80b4-00c04fd430c8/thumbnail.file' \
-H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
-H 'Content-Type: application/json' \
-d '{
"file": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}'