프로젝트 만들기

팀에 속한 새 프로젝트 생성

인증

AuthorizationBearer

Bearer <token> 형식의 Bearer 인증. 여기서 token은 인증 토큰입니다.

경로 매개변수

team_idstring필수형식: "uuid"

요청

Project to create or update
namestring선택 사항
Project name
privateboolean선택 사항
If true, the project is private to the creating user
project_preferencesobject선택 사항

응답

Project success response
archive_statusenum선택 사항

이 프로젝트의 보관 상태

archived_atstring선택 사항형식: "date-time"

프로젝트가 아카이브된 시점

archived_file_countinteger선택 사항기본값 0
archived_storageinteger선택 사항기본값 0
collaborator_countinteger선택 사항기본값 0
deleted_atstring선택 사항형식: "date-time"

삭제된 경우, 이 프로젝트가 삭제된 시점

descriptionstring선택 사항
file_countinteger선택 사항기본값 0
folder_countinteger선택 사항기본값 0
idstring선택 사항형식: "uuid"
ignore_archiveboolean선택 사항기본값 false
inserted_atstring선택 사항형식: "date-time"

이 프로젝트가 생성된 시점

invite_urlstring선택 사항
namestring선택 사항

프로젝트 이름

owner_idstring선택 사항형식: "uuid"
privateboolean선택 사항기본값 false
project_preferencesobject선택 사항
read_onlyboolean선택 사항기본값 false
root_assetobject선택 사항

에셋 정보를 저장하기 위한 임의의 키/값 쌍 허용

root_asset_idstring선택 사항형식: "uuid"
sharedboolean선택 사항기본값 false
storageinteger선택 사항기본값 0
teamobject선택 사항
team_idstring선택 사항형식: "uuid"
updated_atstring선택 사항형식: "date-time"
user_permissionsobject선택 사항
user_preferencesobject선택 사항
watermarkobject선택 사항

오류

401
Unauthorized Error
404
Not Found Error