1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00
budibase/packages/server/specs/parameters.js

11 lines
206 B
JavaScript
Raw Normal View History

exports.tableId = {
in: "path",
name: "tableId",
required: true,
description:
"The ID of the table which contains the rows which are being searched for.",
schema: {
type: "string",
},
}