Skip to main content
PATCH
Change a foster home

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The foster home's ID (not the person's).

Body

application/json
status
enum<string>

A paused or inactive home keeps its animals but shows no free spots and cannot be offered one.

Available options:
active,
paused,
inactive
capacity
integer

Can go below what is placed there now: the home is then over capacity.

Required range: x >= 1
species_preferences
string[]

Replaces the list. Empty means any.

accepts_medical
boolean
accepts_bottle_babies
boolean
accepts_behavioral
boolean
approved_on
string | null

Null or empty text clears it.

notes
string | null

Null or empty text clears it.

Response

The foster home, as it now is.

foster_home
object
required