You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/Application.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_label: Application
4
4
5
5
# Application Resource
6
6
7
-
[Applications](#DOCS_QUICK_START_OVERVIEW_OF_APPS) (or "apps") are containers for developer platform features, and can be installed to Discord servers and/or user accounts.
7
+
[Applications](#DOCS_QUICK_START_OVERVIEW_OF_APPS) (or "apps") are containers for developer platform features, and can be installed to Discord servers and/or user accounts.
8
8
9
9
### Application Object
10
10
@@ -34,8 +34,8 @@ sidebar_label: Application
34
34
| approximate_guild_count? | integer | Approximate count of guilds the app has been added to |
35
35
| approximate_user_install_count? | integer | Approximate count of users that have installed the app |
36
36
| redirect_uris? | array of strings | Array of redirect URIs for the app |
37
-
| interactions_endpoint_url? | string|[Interactions endpoint URL](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/receiving-an-interaction) for the app |
38
-
| role_connections_verification_url? | string| Role connection verification URL for the app |
37
+
| interactions_endpoint_url? |?string |[Interactions endpoint URL](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/receiving-an-interaction) for the app |
38
+
| role_connections_verification_url? |?string | Role connection verification URL for the app |
39
39
| tags? | array of strings | List of tags describing the content and functionality of the app. Max of 5 tags. |
40
40
| install_params? |[install params](#DOCS_RESOURCES_APPLICATION/install-params-object) object | Settings for the app's default in-app authorization link, if enabled |
41
41
| integration_types_config? | dictionary with keys of [application integration types](#DOCS_RESOURCES_APPLICATION/application-object-application-integration-types)| Default scopes and permissions for each supported installation context. Value for each key is an [integration type configuration object](#DOCS_RESOURCES_APPLICATION/application-object-application-integration-type-configuration-object)|
@@ -70,8 +70,10 @@ sidebar_label: Application
70
70
"permissions": "0"
71
71
}
72
72
}
73
-
}
73
+
},
74
74
"name": "Baba O-Riley",
75
+
"interactions_endpoint_url": null,
76
+
"role_connections_verification_url": null,
75
77
"owner": {
76
78
"avatar": null,
77
79
"discriminator": "1738",
@@ -212,9 +214,9 @@ Returns the [application](#DOCS_RESOURCES_APPLICATION/application-object) object
212
214
213
215
## Edit Current Application % PATCH /applications/@me
214
216
215
-
Edit properties of the app associated with the requesting bot user. Only properties that are passed will be updated. Returns the updated [application](#DOCS_RESOURCES_APPLICATION/application-object) object on success.
217
+
Edit properties of the app associated with the requesting bot user. Only properties that are passed will be updated. Returns the updated [application](#DOCS_RESOURCES_APPLICATION/application-object) object on success.
216
218
217
-
> info
219
+
> info
218
220
> All parameters to this endpoint are optional
219
221
220
222
###### JSON Params
@@ -286,4 +288,4 @@ The Activity Location is an object that describes the location in which an activ
0 commit comments