8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
|
exports.ApiKeyAuth = {
|
||
|
type: "apiKey",
|
||
|
in: "header",
|
||
|
name: "x-budibase-api-key",
|
||
|
description:
|
||
|
"Your individual API key, this will provide access based on the configured RBAC settings of your user.",
|
||
|
}
|