CreateSkillVersionFromFilesBody interface

파일에서 스킬 버전을 만들기 위한 다중 요청 본문. 단일 zip 파일 또는 여러 개의 개별 스킬 파일(디렉터리 업로드)을 받습니다. zip 업로드의 경우, 서버가 콘텐츠를 추출하고 검증합니다. 디렉터리 업로드의 경우, 파일은 as-is검증됩니다.

속성

default

이 버전을 기본값으로 설정할지 말지. 기본값은 false입니다.

files

업로드할 스킬 파일. 단일 zip 파일 또는 상대 경로가 있는 여러 개별 파일을 업로드하세요.

속성 세부 정보

default

이 버전을 기본값으로 설정할지 말지. 기본값은 false입니다.

default?: boolean

속성 값

boolean

files

업로드할 스킬 파일. 단일 zip 파일 또는 상대 경로가 있는 여러 개별 파일을 업로드하세요.

files: (FileContents | { contentType?: string, contents: FileContents, filename?: string })[]

속성 값

(FileContents | { contentType?: string, contents: FileContents, filename?: string })[]