chore(docs): Updated API Reference (automated) (#12581)

* chore(docs): Generated API Reference (automated)

* fixes

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2025-05-22 15:46:13 +03:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 6725bee130
commit 3c6aa979a6
3 changed files with 11 additions and 7 deletions
@@ -887,6 +887,9 @@
"DELETE /admin/uploads/{id}": {
"js-sdk": "sdk.admin.upload.delete(\"test.txt\")\n.then(({ deleted }) => {\n console.log(deleted)\n})"
},
"POST /admin/uploads/presigned-urls": {
"js-sdk": "sdk.admin.upload.presignedUrl({\n name: \"test.txt\",\n size: 1000,\n type: \"text/plain\",\n}))"
},
"POST /admin/users/{id}": {
"js-sdk": "sdk.admin.user.update(\"user_123\", {\n first_name: \"John\",\n last_name: \"Doe\",\n})\n.then(({ user }) => {\n console.log(user)\n})"
},