chore(docs): Generated API Reference (#3262)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-14 20:32:28 +02:00
committed by GitHub
co-authored by olivermrbl
parent 67f9429293
commit 4fb22e8ba5
122 changed files with 8682 additions and 3866 deletions
+14 -8
View File
@@ -2,31 +2,37 @@ title: OAuth
description: Represent an OAuth app
type: object
required:
- id
- display_name
- application_name
- data
- display_name
- id
- install_url
- uninstall_url
properties:
id:
type: string
description: The app's ID
type: string
example: example_app
display_name:
type: string
description: The app's display name
type: string
example: Example app
application_name:
type: string
description: The app's name
type: string
example: example
install_url:
type: string
description: The URL to install the app
nullable: true
type: string
format: uri
uninstall_url:
type: string
description: The URL to uninstall the app
nullable: true
type: string
format: uri
data:
type: object
description: Any data necessary to the app.
nullable: true
type: object
example: {}