chore(docs): Updated API Reference (automated) (#12461)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
5c36bafc1d
commit
c6c660c4d3
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @schema AdminTaxProvider
|
||||
* type: object
|
||||
* description: The tax provider's details.
|
||||
* x-schemaName: AdminTaxProvider
|
||||
* required:
|
||||
* - id
|
||||
* - is_enabled
|
||||
* properties:
|
||||
* id:
|
||||
* type: string
|
||||
* title: id
|
||||
* description: The tax provider's ID.
|
||||
* example: tp_taxjar_taxjar
|
||||
* is_enabled:
|
||||
* type: boolean
|
||||
* title: is_enabled
|
||||
* description: Whether the tax provider is enabled in the Medusa application.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user