Invites
Update an invite
patch/v1/api/invites/{code}
Path parameters
codestring required
Request body
string required
Response
OK
Example response
{
"_links": [
{
"href": "https://an.example.link",
"method": "GET",
"rel": "self"
}
],
"email": "example@example.gov.uk",
"is_invite_to_join_service": true,
"otp_key": "ABC123",
"role": "view-only",
"telephone_number": "+440787654534"
}