Using this template helps us debug your issues more effectively
Description
I am attempting to allow users to edit the topics of their recordings from my site. I am sending a .PATCH request to the endpoint /meetings/{meetingId}/recordings/settings.
I send the request, and receive the 204 code that indicates the update was successful. Unfortunately it only updates the topic about 20% of the time. It doesn’t seem to depend on the content of the topic string.
I am completely confused about what it doesn’t always work, when I send the same request multiple times.
Any ideas what I could be doing wrong?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?