diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/openapi.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/assets/openapi.json b/assets/openapi.json index 9a2b522f..bc43189a 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -7882,8 +7882,15 @@ } ], "responses": { - "default": { - "description": "No description available" + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Sticker" + } + } + } } }, "parameters": [ |