Indicate the acceptance of a party invite request. This generates a notification.
POST /api/v1/user/adf67d5b-ad2c-4f1c-adb3-7f0500f0e07e/friend/66a5db1f-2785-498d-9068-e24ddbba03f2/party-invite/accept HTTP/1.1
Authorization: Bearer ...
Content-Type: application/json
{
"party": "ede670bc-5d8c-47de-a079-0cfebd13fa8b"
}
----------------------------------------
HTTP/1.1 204 No Content
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"Authentication is required, and access is restricted to the user.
| Name | Description | Value |
|---|---|---|
| userId | the ID of the user accepting the invite, as a GUID with dashes | string |
| friendUserId | the ID of the user who sent the invite, as a GUID with dashes | string |
| Name | Description | Value |
|---|---|---|
| party | the ID of the party as a GUID with dashes | string |
Successful responses are code 204. Error responses are standard.
NONE