|
|
@ -322,7 +322,7 @@ fastify.put('/api/editStore/:storeId', {
|
|
|
|
fcmId: { type: "string" },
|
|
|
|
fcmId: { type: "string" },
|
|
|
|
description: { type: "string" },
|
|
|
|
description: { type: "string" },
|
|
|
|
startingPrice: { type: "string" },
|
|
|
|
startingPrice: { type: "string" },
|
|
|
|
password: { type: "string" },
|
|
|
|
contactPersonPhone: { type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
required: ["phone"],
|
|
|
|
required: ["phone"],
|
|
|
|
}
|
|
|
|
}
|
|
|
|