v23

latestOpenAPI 3.0.0raw.githubusercontent.com2018-12-12442338.0 KB
eligibilities

Update a specific eligibility

Update a specific eligibility

put/eligibilities/{id}

Path parameters

idstring required

The UUID of the eligibility

Request body

eligibilitystring required

Detail of the eligibility

Example request

{
  "eligibility": "Over 60s only"
}

Response

Provider udpated

idstring

UUID of eligibility

eligibilitystring

Detail of the eligibility

Example response

{
  "id": "3c9247ac-9a69-4855-b0b0-2c308eb5ff30",
  "eligibility": "Over 60s only"
}