Skip to content

Commit f51fbca

Browse files
author
cibot
committed
Definitions Update connectors
1 parent 58e5923 commit f51fbca

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

alsdkdefs/apis/connectors/connectors.v1.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,11 +562,22 @@ components:
562562
auth_header:
563563
type: string
564564
description: HTTP Authorization header. Make sure to base64 encode authorization value if the target URL requires it.
565+
method:
566+
type: string
567+
description: 'HTTP verbs, can have values POST, PUT GET, DELETE, PATCH, OPTIONS, HEAD by default is POST'
568+
default: POST
569+
enum:
570+
- POST
571+
- PUT
572+
- GET
573+
- DELETE
574+
- PATCH
575+
- OPTIONS
576+
- HEAD
565577
required:
566578
- name
567579
- type
568580
- target_url
569-
- payload_type
570581
- payload_conversion_type
571582
- payload_template
572583
CreateEmailConnection:
@@ -718,6 +729,8 @@ components:
718729
type: string
719730
code:
720731
type: integer
732+
headers:
733+
type: object
721734
securitySchemes:
722735
aims_request_authorizer:
723736
type: apiKey

0 commit comments

Comments
 (0)