File tree Expand file tree Collapse file tree 4 files changed +4
-48
lines changed Expand file tree Collapse file tree 4 files changed +4
-48
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ sourceShopifyBase:
525
525
x-discriminator-fields :
526
526
- shopURL
527
527
528
- SourceValidateResponse :
528
+ SourceWatchResponse :
529
529
type : object
530
530
additionalProperties : false
531
531
properties :
Original file line number Diff line number Diff line change 1
- get :
2
- tags :
3
- - sources
4
- summary : Retrieve a stream listing
5
- description : |
6
- Retrieves a stream listing for a source.
7
-
8
- Listing streams only works with sources with `type: docker` and `imageType: singer`.
9
- operationId : getDockerSourceStreams
10
- x-acl :
11
- - addObject
12
- - deleteIndex
13
- - editSettings
14
- parameters :
15
- - $ref : ' ../../common/parameters.yml#/pathSourceID'
16
- responses :
17
- ' 200 ' :
18
- description : OK
19
- content :
20
- application/json :
21
- schema :
22
- title : dockerSourceStreams
23
- type : object
24
- additionalProperties : false
25
- properties :
26
- streams :
27
- type : array
28
- items :
29
- $ref : ' ../../common/schemas/source.yml#/DockerSourceStream'
30
- required :
31
- - streams
32
- ' 400 ' :
33
- $ref : ' ../../../common/responses/BadRequest.yml'
34
-
35
1
post :
36
2
tags :
37
3
- sources
52
18
content :
53
19
application/json :
54
20
schema :
55
- title : dockerSourceDiscover
56
- type : object
57
- additionalProperties : false
58
- properties :
59
- runID :
60
- $ref : ' ../../common/schemas/common.yml#/runID'
61
- createdAt :
62
- $ref : ' ../../common/schemas/common.yml#/createdAt'
63
- required :
64
- - runID
65
- - createdAt
21
+ $ref : ' ../../common/schemas/source.yml#/SourceWatchResponse'
66
22
' 400 ' :
67
23
$ref : ' ../../../common/responses/BadRequest.yml'
Original file line number Diff line number Diff line change 21
21
content :
22
22
application/json :
23
23
schema :
24
- $ref : ' ../../common/schemas/source.yml#/SourceValidateResponse '
24
+ $ref : ' ../../common/schemas/source.yml#/SourceWatchResponse '
25
25
' 400 ' :
26
26
$ref : ' ../../../common/responses/BadRequest.yml'
Original file line number Diff line number Diff line change 23
23
content :
24
24
application/json :
25
25
schema :
26
- $ref : ' ../../common/schemas/source.yml#/SourceValidateResponse '
26
+ $ref : ' ../../common/schemas/source.yml#/SourceWatchResponse '
27
27
' 400 ' :
28
28
$ref : ' ../../../common/responses/BadRequest.yml'
You can’t perform that action at this time.
0 commit comments