chore(docs): Updated API Reference (v2) (#9174)
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>
This commit is contained in:
co-authored by
Oli Juhl
parent
a227d73e4f
commit
1c4d3f32cb
@@ -1,3 +1,15 @@
|
||||
type: object
|
||||
description: The payment provider's payment providers.
|
||||
description: The payment provider's details.
|
||||
x-schemaName: AdminPaymentProvider
|
||||
required:
|
||||
- is_enabled
|
||||
- id
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The payment provider's ID.
|
||||
is_enabled:
|
||||
type: boolean
|
||||
title: is_enabled
|
||||
description: Whether the payment provider is enabled.
|
||||
|
||||
Reference in New Issue
Block a user