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:
Jeppe Bundgaard
2026-02-27 03:08:28 +01:00
parent 6853cdc9ce
commit 2ad9bcfd37
8 changed files with 218 additions and 50 deletions
+1 -1
View File
@@ -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: