Minor adjustment to get the right header for app ID.
This commit is contained in:
parent
bb917467ff
commit
67bbba4747
|
@ -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": {
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue