-
Notifications
You must be signed in to change notification settings - Fork 46
[EDU-2112] - Migrate REST SDK API spec Push-Admin page to MDX #2942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EDU-2112] - Migrate REST SDK API spec Push-Admin page to MDX #2942
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
3095010 to
4ed06fc
Compare
franrob-projects
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. The comments are most likely more applicable for the next pass!
Note: I know you had issues with links after merging the last batch... I have checked the links here... and they are working for me :)
|
|
||
| </If> | ||
|
|
||
| ##### `params` properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| <If lang="javascript,nodejs"> | ||
|
|
||
| ##### Returns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| ##### Returns | ||
|
|
||
| Returns a promise. On success, the promise resolves. On failure, the promise is rejected with an [`ErrorInfo`](/docs/api/realtime-sdk/types#error-info) object that details the reason why it was rejected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another this 🐵 the link ErrorInfo is pointing to /api/realtime-sdk/types#error-info rather than /docs/api/rest-sdk/types#error-info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(as is the original)
4ed06fc to
3982730
Compare
3982730 to
fc1cd4b
Compare


Description
This PR converts the REST SDK Push-Admin API reference page from Textile format to MDX, as part of a full textile to MDX migration.