summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-23 09:41:43 +0100
committerRory& <root@rory.gay>2026-01-23 09:41:43 +0100
commit790282ebd8a18656f1da6569abc496f008d26092 (patch)
tree6e5d7012394f00ed9a32a4faf6b381c651479c1b /assets
parentPort User.tag getter from pomelo as utility (diff)
downloadserver-ts-790282ebd8a18656f1da6569abc496f008d26092.tar.xz
Dummy warp endpoint
Diffstat (limited to 'assets')
-rw-r--r--assets/openapi.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 3c573188a..d641fe628 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -13043,6 +13043,9 @@ "name": "voice" }, { + "name": "warp" + }, + { "name": "webhooks" } ], @@ -13502,6 +13505,23 @@ ] } }, + "/warp/license/": { + "post": { + "security": [ + { + "bearer": [] + } + ], + "responses": { + "204": { + "description": "No description available" + } + }, + "tags": [ + "warp" + ] + } + }, "/voice/regions/": { "get": { "security": [