scheduleContract

@JvmName(name = "scheduleContractSuspend")
suspend fun scheduleContract(id: String, update: UpdatePlatformContractBody, appliedAt: Instant): SchedulePlatformContractResponse

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

Parameters

id

계약 아이디

update

반영할 업데이트 내용

appliedAt

업데이트 적용 시점

Throws