@@ -41,13 +41,45 @@ actions:
41
41
application/json :
42
42
examples :
43
43
createTransformRequestExample1 :
44
- $ref : " ../../specification/transform/put_transform/examples/request/ PutTransformRequestExample1.json"
44
+ $ref : " ../../specification/transform/put_transform/PutTransformRequestExample1.json"
45
45
createTransformRequestExample2 :
46
- $ref : " ../../specification/transform/put_transform/examples/request/ PutTransformRequestExample2.json"
46
+ $ref : " ../../specification/transform/put_transform/PutTransformRequestExample2.json"
47
47
responses :
48
48
200 :
49
49
content :
50
50
application/json :
51
51
examples :
52
52
createTransformResponseExample1 :
53
- $ref : " ../../specification/transform/put_transform/examples/200_response/PutTransformResponseExample1.json"
53
+ $ref : " ../../specification/transform/put_transform/PutTransformResponseExample1.json"
54
+ - target : " $.components['requestBodies']['transform.preview_transform']"
55
+ description : " Add examples for preview transform operation"
56
+ update :
57
+ content :
58
+ application/json :
59
+ examples :
60
+ previewTransformRequestExample1 :
61
+ $ref : " ../../specification/transform/preview_transform/PreviewTransformRequestExample1.json"
62
+ - target : " $.components['reponses']['transform.preview_transform#200']"
63
+ description : " Add examples for preview transform operation"
64
+ update :
65
+ content :
66
+ application/json :
67
+ examples :
68
+ previewTransformResponseExample1 :
69
+ $ref : " ../../specification/transform/preview_transform/PreviewTransformResponseExample1.json"
70
+ - target : " $.paths['/_transform/{transform_id}/_update']['post']"
71
+ description : " Add examples for update transform operation"
72
+ update :
73
+ requestBody :
74
+ content :
75
+ application/json :
76
+ examples :
77
+ updateTransformRequestExample1 :
78
+ $ref : " ../../specification/transform/update_transform/UpdateTransformRequestExample1.json"
79
+ responses :
80
+ 200 :
81
+ content :
82
+ application/json :
83
+ examples :
84
+ updateTransformResponseExample1 :
85
+ $ref : " ../../specification/transform/update_transform/UpdateTransformResponseExample1.json"
0 commit comments