11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
|
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",
|
||
|
},
|
||
|
}
|