Mutation - 저장소 Resource 파일 업로드 (Path 기반)
저장소 Resource 파일 업로드 (Path 기반)
Schema
Input Objects
KEY OBJECT DESC sourceTempPathString 업로드 할 파일 임시 경로 (webdav) (필수) destFolderPathString 업로드 할 폴더 경로 (필수) destResourceNameString 업로드 할 파일 이름 (필수) unifiedStorageIdString 저장소 아이디 (필수) adminPage Boolean 관리자 페이지 여부
Method
POST
{{url}}/graphql
Headers
KEY VALUE AuthorizationSecurity365 JWT 토큰
Body
QUERY
mutation uploadUnifiedStorageResourceByPath($sourceTempPath: String!, $destFolderPath: String!, $destResourceName: String!, $unifiedStorageId: String!, $adminPage: Boolean) {
uploadUnifiedStorageResourceByPath(sourceTempPath: $sourceTempPath, destFolderPath: $destFolderPath, destResourceName: $destResourceName, unifiedStorageId: $unifiedStorageId, adminPage: $adminPage)
}