Skip to content

Commit a36e811

Browse files
authored
Undocument deprecated empty string fields (#7114)
1 parent 493d509 commit a36e811

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/resources/Application.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ sidebar_label: Application
2323
| terms_of_service_url? | string | URL of the app's Terms of Service |
2424
| privacy_policy_url? | string | URL of the app's Privacy Policy |
2525
| owner? | partial [user](#DOCS_RESOURCES_USER/user-object) object | Partial user object for the owner of the app |
26-
| summary *(deprecated)* | string | **deprecated and will be removed in v11.** An empty string. |
2726
| verify_key | string | Hex encoded key for verification in interactions and the GameSDK's [GetTicket](https://github.com/discord/discord-api-docs/blob/legacy-gamesdk/docs/game_sdk/Applications.md#getticket) |
2827
| team | ?[team](#DOCS_TOPICS_TEAMS/data-models-team-object) object | If the app belongs to a team, this will be a list of the members of that team |
2928
| guild_id? | snowflake | Guild associated with the app. For example, a developer support server. |
@@ -82,7 +81,6 @@ sidebar_label: Application
8281
},
8382
"primary_sku_id": "172150183260323840",
8483
"slug": "test",
85-
"summary": "",
8684
"team": {
8785
"icon": "dd9b7dcfdf5351b9c3de0fe167bacbe1",
8886
"id": "531992624043786253",

docs/resources/Sticker.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Represents a sticker that can be sent in messages.
1717
| name | string | name of the sticker |
1818
| description | ?string | description of the sticker |
1919
| tags\* | string | autocomplete/suggestion tags for the sticker (max 200 characters) |
20-
| asset? | string | **Deprecated** previously the sticker asset hash, now an empty string |
2120
| type | integer | [type of sticker](#DOCS_RESOURCES_STICKER/sticker-object-sticker-types) |
2221
| format_type | integer | [type of sticker format](#DOCS_RESOURCES_STICKER/sticker-object-sticker-format-types) |
2322
| available? | boolean | whether this guild sticker can be used, may be false due to loss of Server Boosts |
@@ -54,7 +53,6 @@ Incidentally the client will always use a name generated from an emoji as the va
5453
"type": 1,
5554
"format_type": 3,
5655
"description": "Wumpus waves hello",
57-
"asset": "",
5856
"pack_id": "847199849233514549",
5957
"sort_value": 12
6058
}

0 commit comments

Comments
 (0)