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:
committed by
GitHub
parent
6725bee130
commit
3c6aa979a6
@@ -278,12 +278,12 @@ const generatedgeneratedStoreSidebarSidebar = {
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"title": "Return Reasons",
|
||||
"title": "Returns",
|
||||
"children": [
|
||||
{
|
||||
"type": "link",
|
||||
"path": "return-reasons_returnreason_schema",
|
||||
"title": "ReturnReason Object",
|
||||
"path": "returns_return_schema",
|
||||
"title": "Return Object",
|
||||
"loaded": true,
|
||||
"badge": {
|
||||
"variant": "neutral",
|
||||
@@ -296,12 +296,12 @@ const generatedgeneratedStoreSidebarSidebar = {
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"title": "Returns",
|
||||
"title": "Return Reasons",
|
||||
"children": [
|
||||
{
|
||||
"type": "link",
|
||||
"path": "returns_return_schema",
|
||||
"title": "Return Object",
|
||||
"path": "return-reasons_returnreason_schema",
|
||||
"title": "ReturnReason Object",
|
||||
"loaded": true,
|
||||
"badge": {
|
||||
"variant": "neutral",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
* @oas [get] /admin/tax-providers
|
||||
* operationId: GetTaxProviders
|
||||
* summary: List Tax Providers
|
||||
* description: Retrieve a list of tax providers installed in the Medusa application through Tax Module Providers. The tax providers can be filtered by fields such as `id`. The tax providers can also be sorted or paginated.
|
||||
* description: Retrieve a list of tax providers installed in the Medusa application through Tax Module Providers. The tax providers can be filtered by fields such as `id`. The tax providers can also be
|
||||
* sorted or paginated.
|
||||
* x-authenticated: true
|
||||
* parameters:
|
||||
* - name: fields
|
||||
|
||||
@@ -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})"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user