We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f3e4 commit cd03c04Copy full SHA for cd03c04
connector-builder-server/src/main/openapi/openapi.yaml
@@ -57,6 +57,18 @@ paths:
57
$ref: "#/components/responses/ExceptionResponse"
58
"422":
59
$ref: "#/components/responses/InvalidInputResponse"
60
+ /v1/manifest_template:
61
+ get:
62
+ summary: Return a connector manifest template to use as the default value for the yaml editor
63
+ operationId: template
64
+ responses:
65
+ "200":
66
+ description: Successful operation
67
+ content:
68
+ application/json:
69
+ schema:
70
+ type: string
71
+ description: Connector manifest template string
72
73
components:
74
schemas:
@@ -87,8 +99,6 @@ components:
87
99
type: object
88
100
required:
89
101
- records
90
- - request
91
- - response
92
102
properties:
93
103
records:
94
104
type: array
0 commit comments