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

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

Loading…
Cancel
Save