|
|
|
|
@ -568,7 +568,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
tags: ["Support"],
|
|
|
|
|
params: {
|
|
|
|
|
type: "object",
|
|
|
|
|
required: ["supportId", "customerId", "hardwareId"],
|
|
|
|
|
required: ["supportId"],
|
|
|
|
|
properties: {
|
|
|
|
|
supportId: { type: "string", minLength: 1 },
|
|
|
|
|
|
|
|
|
|
|