master^2
Varun 8 months ago
parent 8bf4796857
commit 1a4a35bb38

@ -1286,7 +1286,7 @@ module.exports = function (fastify, opts, next) {
querystring: { querystring: {
type: "object", type: "object",
properties: { properties: {
status: { type: "string", enum: ["active", "inactive"] }, status: { type: "string"},
}, },
}, },
security: [{ basicAuth: [] }], security: [{ basicAuth: [] }],

Loading…
Cancel
Save