eligibilities
Update a specific eligibility
Update a specific eligibility
put/eligibilities/{id}
Path parameters
idstring required
The UUID of the eligibility
Request body
Example request
{
"eligibility": "Over 60s only"
}Response
Provider udpated
Example response
{
"id": "3c9247ac-9a69-4855-b0b0-2c308eb5ff30",
"eligibility": "Over 60s only"
}