Wrap up Patch API

Getting a 404 error for the following API
https://api.euw2.pure.cloud/api/v2/calls/6ba826f3-36a8-4eaf-92fd-4efc7e4d4d7a/participants/1c5684d5-7403-458a-9cca-21d955a61b61
{
"message": "HTTP 404 Not Found",
"code": "not found",
"status": 404,
"contextId": "3cab51df-b84e-47e2-8783-f846d565681e",
"details": [],
"errors": []
}

has any one experienced this before ? i have changed the GUIDs and tried different levels of Auth but still doesn't seem to be able to progress past it

Hello,

Your url/path is incorrect (missing 'conversations/'). It is PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}.

Regards,

an assumption was made to replace the {conversationId} & {participantId} with the GUID's is that not the case

Kind regards
Stef

This is the url you have posted.
I am just saying this path does not exist - if you compare to PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}

Your url should have been (I am writing in capital letter just so you can spot the difference): https://api.euw2.pure.cloud/api/v2/CONVERSATIONS/calls/6ba826f3-36a8-4eaf-92fd-4efc7e4d4d7a/participants/1c5684d5-7403-458a-9cca-21d955a61b61

1 Like

Thank you for the update, i have attached a screen shot of the API incase it needs to be updated as the Conversation piece is missing from the docs i was referring too.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.