CreateHttpConnectionInput Input Object
Fields
#
authType
Authentication type: defaults to 'headers' for backward compatibility
headers
Headers object containing keys and values (values will be encrypted). Required when authType is 'headers', ignored for 'oauth'. Example: { "Authorization": "Bearer sk-xxx", "X-Api-Key": "abc123" }
oauthAuthorizationUrl
oauthClientSecret
oauthScopes
[String !]
oauthTokenUrl
Usages
#
References
#
- Argument input of field createHttpConnection from type Mutation
Previous
CreateDashboardWidgetInput
Next
CreateMcpServerInput