Skip to content

Interface: LiveSettingPatch ​

Defined in: src/types/live.ts:68

PATCH /open/v1/lives/setting 요청 body. 모두 optional — 부분 변경 가능.

  • defaultLiveTitle: 빈 값으로 설정 불가
  • categoryId: "" 전송 시 카테고리 설정 제거
  • tags: 빈 배열 전송 시 태그 설정 제거. 공백·특수문자 비허용

Properties ​

categoryId? ​

ts
optional categoryId?: string;

Defined in: src/types/live.ts:71


categoryType? ​

ts
optional categoryType?: CategoryType;

Defined in: src/types/live.ts:70


defaultLiveTitle? ​

ts
optional defaultLiveTitle?: string;

Defined in: src/types/live.ts:69


tags? ​

ts
optional tags?: string[];

Defined in: src/types/live.ts:72

공식 OPEN API만 지원 — 비공식 엔드포인트 0건