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 bb917467ff
commit 67bbba4747
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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