chore(docs): Updated API Reference (automated) - #14609
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| .then(({ created, updated, deleted }) => { | ||
| console.log(created, updated, deleted) | ||
| }) | ||
| ``` No newline at end of file |
There was a problem hiding this comment.
Markdown code fence accidentally included in JavaScript code sample
Low Severity
A markdown code fence (```) was accidentally included at the end of the JavaScript code sample for the POST /admin/translations/settings/batch endpoint. This invalid JavaScript syntax will be displayed to users viewing the API documentation, making the code sample appear broken and potentially confusing developers trying to use it.
Automated changes by create-pull-request GitHub action
Note
POST /admin/translations/settings/batchwith request/response schemas (AdminBatchTranslationSettings*) and JS/cURL samplesGET /admin/translations/settingsnow returnstranslation_settings(wastranslatable_fields) and supportsis_activequery filtercart.updatedevent toDELETE /store/carts/{id}/line-items/{line_id}(also reflected in generated events/workflows)Rbaccategory to generated admin sidebarWritten by Cursor Bugbot for commit 8bdc853. This will update automatically on new commits. Configure here.