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",
"role": "view-only",
"type": "service"
}