ringcentral-api-docs
ringcentral-api-docs copied to clipboard
Official RingCentral Connect Platform Developer Guide
Docs say on Mac the shortcut to switch environments is `Fn+Cmd+F2` but that doesn't appear correct with `Release: 22.3.1.44623 (64-bit)`. The correct shortcut appears to be `Cmd+F2`. - https://github.com/ringcentral/ringcentral-api-docs/blob/main/docs/basics/your-rc-phone.md -...
My type of application is Client-side web app, SPA, Javascript. The following description, what is the problem I encountered using @ringcentral/sdk? and how I solved the problem? ## Problem I...
Enable CI/CD for all C# code samples - @suyashjoshi
CI/CD failed with an error saying one bad link found but no description is given or I'm not understanding which link is broken, any idea ? See https://github.com/ringcentral/ringcentral-api-docs/runs/4562979861?check_suite_focus=true
The code snippet seems to use Python 2.x, is that our supported version? I ran into bug when trying to use the Python HV SMS Code snippet on python 3.x...
Sample attachment: ```js const attachments = [{ type: 'Card', fields: [ { title: 'title', value: '[test](http://google.com/hello/world) http://google.com/hello/world', style: 'Long' } ] }) }] ``` Sample output: 
Similar to Auth Flows we should add a Refresh Token Flow page: https://developers.ringcentral.com/guide/authentication/auth-code-flow Conclusions from @tylerlong's repo should be included: https://github.com/tylerlong/ringcentral-token-refresh-experiment
When you turn on line numbers for an individual code block, it removes all line breaks, which borks the layout of the page. As seen on this page /team-messaging/manual/compliance-export/ >...
Regarding the JavaScript example on this page: * https://developers.ringcentral.com/guide/voice/call-log/reading-call-log * https://github.com/ringcentral/ringcentral-api-docs/blob/master/docs/voice/call-log/reading-call-log.md Please review this finding which indicates the URL for JavaScript should be updated from `/account/~/extension/~/call-log` to `/restapi/v1.0/account/~/extension/~/call-log`: * https://stackoverflow.com/questions/60459763/getting-a-404-error-when-using-the-call-log-api
Some questions regarding Custom Fields: 1. Once created, where do these fields present themselves in the the user resources for reading, updating and deleting? 1. What characters can be used...