summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-25 12:48:09 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:32:37 -0400
commitad5f5cb90d8ff64ecc33bcd94e18a5f6b462b380 (patch)
tree58584de2d9b5bd182136adfa21def5297744e8fa /assets/openapi.json
parentoapi: readstates (diff)
downloadserver-ad5f5cb90d8ff64ecc33bcd94e18a5f6b462b380.tar.xz
oapi: sticker packs
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json17
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": [