chore(docs): Refactor API Reference (#1883)

This commit is contained in:
Shahed Nasser
2022-08-05 14:06:12 +02:00
committed by GitHub
parent b126ab4dec
commit 73383cc466
625 changed files with 52358 additions and 11660 deletions
@@ -0,0 +1,32 @@
title: OAuth
description: Represent an OAuth app
x-resourceId: OAuth
required:
- id
- display_name
- application_name
properties:
id:
type: string
description: The app's ID
example: example_app
display_name:
type: string
description: The app's display name
example: Example app
application_name:
type: string
description: The app's name
example: example
install_url:
type: string
description: The URL to install the app
format: uri
uninstall_url:
type: string
description: The URL to uninstall the app
format: uri
data:
type: object
description: Any data necessary to the app.
example: {}