@@ -41,13 +41,45 @@ actions:
4141 application/json :
4242 examples :
4343 createTransformRequestExample1 :
44- $ref : " ../../specification/transform/put_transform/examples/request/ PutTransformRequestExample1.json"
44+ $ref : " ../../specification/transform/put_transform/PutTransformRequestExample1.json"
4545 createTransformRequestExample2 :
46- $ref : " ../../specification/transform/put_transform/examples/request/ PutTransformRequestExample2.json"
46+ $ref : " ../../specification/transform/put_transform/PutTransformRequestExample2.json"
4747 responses :
4848 200 :
4949 content :
5050 application/json :
5151 examples :
5252 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