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:
co-authored by
olivermrbl
Shahed Nasser
parent
6725bee130
commit
3c6aa979a6
@@ -278,12 +278,12 @@ const generatedgeneratedStoreSidebarSidebar = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"title": "Return Reasons",
|
"title": "Returns",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"path": "return-reasons_returnreason_schema",
|
"path": "returns_return_schema",
|
||||||
"title": "ReturnReason Object",
|
"title": "Return Object",
|
||||||
"loaded": true,
|
"loaded": true,
|
||||||
"badge": {
|
"badge": {
|
||||||
"variant": "neutral",
|
"variant": "neutral",
|
||||||
@@ -296,12 +296,12 @@ const generatedgeneratedStoreSidebarSidebar = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"title": "Returns",
|
"title": "Return Reasons",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"path": "returns_return_schema",
|
"path": "return-reasons_returnreason_schema",
|
||||||
"title": "Return Object",
|
"title": "ReturnReason Object",
|
||||||
"loaded": true,
|
"loaded": true,
|
||||||
"badge": {
|
"badge": {
|
||||||
"variant": "neutral",
|
"variant": "neutral",
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
* @oas [get] /admin/tax-providers
|
* @oas [get] /admin/tax-providers
|
||||||
* operationId: GetTaxProviders
|
* operationId: GetTaxProviders
|
||||||
* summary: List Tax Providers
|
* 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
|
* x-authenticated: true
|
||||||
* parameters:
|
* parameters:
|
||||||
* - name: fields
|
* - name: fields
|
||||||
|
|||||||
@@ -887,6 +887,9 @@
|
|||||||
"DELETE /admin/uploads/{id}": {
|
"DELETE /admin/uploads/{id}": {
|
||||||
"js-sdk": "sdk.admin.upload.delete(\"test.txt\")\n.then(({ deleted }) => {\n console.log(deleted)\n})"
|
"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}": {
|
"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})"
|
"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