Skip to main content
PATCH
Correct an adoption

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The adoption's ID.

Body

application/json

Send only what changes. Send null to clear a field, except the fee and the date.

fee_cents
integer

A corrected fee, in whole cents.

Required range: x >= 0
adopted_on
string<date>
contract_signed_at
string<date> | null

When the contract was signed. Filled in for you when a contract is signed on the adoption.

contract_signed_by
string | null

The name it was signed with.

contract_version
string | null

Which version of the contract.

notes
string | null

Response

The adoption, as it now is.

adoption
object
required