Update Bird module to use AccessKey authorization header instead of Bearer, improve error handling, and add support for workspace/channel configuration.
This commit is contained in:
+1
-1
@@ -7621,7 +7621,7 @@ components:
|
||||
type: object
|
||||
properties:
|
||||
module: { type: string, enum: [bird] }
|
||||
variable: { type: string, enum: [api_key, enabled, server_url] }
|
||||
variable: { type: string, enum: [api_key, enabled, server_url, workplaceId, channelId] }
|
||||
type: { type: string, enum: [string, bool] }
|
||||
value:
|
||||
oneOf:
|
||||
|
||||
Reference in New Issue
Block a user