받아쓰기 사전 생성

View as Markdown

받아쓰기 사전을 생성합니다. 계정의 첫 사전이면 자동으로 기본 사전이 됩니다.

사전에는 이후 용어(term)를 추가합니다. term 은 ‘들리는 발음형’(예 “클로옵스”)을 저장하며, canonical 을 지정하면 전사 후 표기 치환(예 “클로옵스”→“ClawOps”)이 적용됩니다.

Authentication

AuthorizationBearer

API Key를 Bearer 토큰으로 전달

Path parameters

accountIdstringRequired

계정 ID

Request

This endpoint expects an object.
namestringRequired<=60 characters

사전 이름

Response

사전 생성 성공

idstringOptional

사전 id

namestringOptional

사전 이름

isDefaultbooleanOptional

기본 사전 여부. 번호가 사전을 지정하지 않았을 때 적용. 계정당 최대 1개.

itemCountintegerOptional

사전에 속한 용어 수

createdAtdatetimeOptional
updatedAtdatetimeOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error