Minor adjustment to get the right header for app ID.

This commit is contained in:
mike12345567 2022-02-18 17:54:03 +00:00
parent 890a17679c
commit 94b5d771f8
3 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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:

View File

@ -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: {