diff options
author | Puyodead1 <puyodead@proton.me> | 2023-03-25 12:48:09 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-04-13 15:32:37 -0400 |
commit | ad5f5cb90d8ff64ecc33bcd94e18a5f6b462b380 (patch) | |
tree | 58584de2d9b5bd182136adfa21def5297744e8fa /assets/openapi.json | |
parent | oapi: readstates (diff) | |
download | server-ad5f5cb90d8ff64ecc33bcd94e18a5f6b462b380.tar.xz |
oapi: sticker packs
Diffstat (limited to 'assets/openapi.json')
-rw-r--r-- | assets/openapi.json | 17 |
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": [ |