chore(docs): Generated API Reference (#3262)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
67f9429293
commit
4fb22e8ba5
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user