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:
github-actions[bot]
2024-09-18 11:30:02 +00:00
committed by GitHub
co-authored by Oli Juhl
parent a227d73e4f
commit 1c4d3f32cb
404 changed files with 2018 additions and 2141 deletions
@@ -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.