daycare_set_capacity
ActiveTool of Lodi Kids Activities
declared in 1.0.0
Upsert capacity for one age band on a daycare. Age bands: infant, toddler, twos, threes, fours, prek, kindergarten.
Parameters schema
{
"type": "object",
"required": [
"daycare_id",
"age_band",
"total_slots"
],
"properties": {
"notes": {
"type": "string"
},
"age_band": {
"enum": [
"infant",
"toddler",
"twos",
"threes",
"fours",
"prek",
"kindergarten"
],
"type": "string"
},
"daycare_id": {
"type": "string"
},
"total_slots": {
"type": "integer",
"minimum": 0
},
"waitlist_count": {
"type": "integer",
"minimum": 0
},
"current_enrollment": {
"type": "integer",
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lodi Kids Activities
1/7 registries