@ -37,7 +37,7 @@
},
"appId": {
"in": "header",
"name": "appId",
"name": "x-budibase-app-id",
"required": true,
"description": "The ID of the app which this request is targeting.",
"schema": {
@ -26,7 +26,7 @@ components:
type: string
appId:
in: header
name: appId
name: x-budibase-app-id
required: true
description: The ID of the app which this request is targeting.
schema:
@ -20,7 +20,7 @@ exports.rowId = {
exports.appId = {
in: "header",
name: "appId",
name: "x-budibase-app-id",
required: true,
description: "The ID of the app which this request is targeting.",
schema: {