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