Automated spec update (62771)

This commit is contained in:
Nelly (automation bot) 2024-08-10 01:05:01 +00:00
parent 9aae7d75d9
commit 8c8f63e21b
2 changed files with 80 additions and 0 deletions

View File

@ -8483,6 +8483,41 @@
] ]
} }
}, },
"/sticker-packs/{pack_id}": {
"parameters": [
{
"name": "pack_id",
"in": "path",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
},
"required": true
}
],
"get": {
"operationId": "get_sticker_pack",
"responses": {
"200": {
"description": "200 response for get_sticker_pack",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StickerPackResponse"
}
}
}
},
"4XX": {
"$ref": "#/components/responses/ClientErrorResponse"
}
},
"security": [
{
"BotToken": []
}
]
}
},
"/applications/{application_id}": { "/applications/{application_id}": {
"parameters": [ "parameters": [
{ {
@ -26218,6 +26253,10 @@
], ],
"format": "int32" "format": "int32"
}, },
"approximate_user_install_count": {
"type": "integer",
"format": "int32"
},
"explicit_content_filter": { "explicit_content_filter": {
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes" "$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
}, },
@ -26240,6 +26279,7 @@
"flags", "flags",
"redirect_uris", "redirect_uris",
"owner", "owner",
"approximate_user_install_count",
"explicit_content_filter" "explicit_content_filter"
] ]
}, },

View File

@ -8483,6 +8483,41 @@
] ]
} }
}, },
"/sticker-packs/{pack_id}": {
"parameters": [
{
"name": "pack_id",
"in": "path",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
},
"required": true
}
],
"get": {
"operationId": "get_sticker_pack",
"responses": {
"200": {
"description": "200 response for get_sticker_pack",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StickerPackResponse"
}
}
}
},
"4XX": {
"$ref": "#/components/responses/ClientErrorResponse"
}
},
"security": [
{
"BotToken": []
}
]
}
},
"/applications/{application_id}": { "/applications/{application_id}": {
"parameters": [ "parameters": [
{ {
@ -26330,6 +26365,10 @@
], ],
"format": "int32" "format": "int32"
}, },
"approximate_user_install_count": {
"type": "integer",
"format": "int32"
},
"explicit_content_filter": { "explicit_content_filter": {
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes" "$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
}, },
@ -26352,6 +26391,7 @@
"flags", "flags",
"redirect_uris", "redirect_uris",
"owner", "owner",
"approximate_user_install_count",
"explicit_content_filter" "explicit_content_filter"
] ]
}, },