schedulePartner

@JvmName(name = "schedulePartnerSuspend")
suspend fun schedulePartner(id: String, update: UpdatePlatformPartnerBody, appliedAt: Instant): SchedulePlatformPartnerResponse

주어진 아이디에 대응되는 파트너에 업데이트를 예약합니다.

Parameters

id

파트너 아이디

update

반영할 업데이트 내용

appliedAt

업데이트 적용 시점

Throws