aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/scripts
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-30 12:58:22 +0200
committerGitHub <[email protected]>2024-07-30 12:58:22 +0200
commit6c6e1529a2b5d98bc11b27ee9ecdbc3d2d3a718f (patch)
tree2a03a2427418f40a654dad5223c133ba4eadf875 /backend/scripts
parent3b29ad4b1d9d3322f141ec4bb1e53e376fb53a9f (diff)
downloadmonkeytype-6c6e1529a2b5d98bc11b27ee9ecdbc3d2d3a718f.tar.gz
monkeytype-6c6e1529a2b5d98bc11b27ee9ecdbc3d2d3a718f.zip
impr: use tsrest for presets endpoints (@fehmer) (#5675)
!nuf
Diffstat (limited to 'backend/scripts')
-rw-r--r--backend/scripts/openapi.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/scripts/openapi.ts b/backend/scripts/openapi.ts
index f2a0b8637..d0163f885 100644
--- a/backend/scripts/openapi.ts
+++ b/backend/scripts/openapi.ts
@@ -56,6 +56,11 @@ export function getOpenApi(): OpenAPIObject {
"User specific configurations like test settings, theme or tags.",
"x-displayName": "User configuration",
},
+ {
+ name: "presets",
+ description: "User specific configuration presets.",
+ "x-displayName": "User presets",
+ },
],
},