1 files changed, 15 insertions, 2 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index 275113ef..9a2b522f 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -6503,6 +6503,12 @@
"location"
]
},
+ "StickerPacksResponse": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/StickerPack"
+ }
+ },
"TenorTrendingResponse": {
"type": "object",
"properties": {
@@ -7904,8 +7910,15 @@
}
],
"responses": {
- "default": {
- "description": "No description available"
+ "200": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/StickerPacksResponse"
+ }
+ }
+ }
}
},
"tags": [
|