Skip to main content
PATCH
주문 수정 (본문에 id 필수)

인증

Authorization
string
header
필수

Bearer 인증. 액세스 토큰을 Authorization: Bearer <token> 헤더로 전달합니다.

본문

application/json
id
string<uuid>
필수
budget
number | null
필수 범위: x >= 0
end_date
string<date-time> | null
ext
Ext · object | null
lifecycle_state
enum<string> | null
사용 가능한 옵션:
draft,
active,
archived
name
string | null
Minimum string length: 1
start_date
string<date-time> | null
trafficker_ids
string<uuid>[] | null

응답

성공 응답

advertiser_id
string<uuid>
필수

이 주문을 소유한 광고주 ID.

created_at
string<date-time>
필수
end_date
string<date-time>
필수

계약 기간 종료일 (UTC).

id
string<uuid>
필수

주문 고유 식별자 (UUID v4).

name
string
필수

주문 이름.

start_date
string<date-time>
필수

계약 기간 시작일 (UTC).

updated_at
string<date-time>
필수
budget
number
기본값:0

주문 총 예산.

ext
any | null

주문 관련 추가 데이터 확장 필드.

lifecycle_state
enum<string>
기본값:draft

주문 라이프사이클 상태.

사용 가능한 옵션:
draft,
active,
archived
no
integer | null
trafficker_ids
string<uuid>[]

이 주문을 관리하는 운영자 ID 목록.