You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - $transformationTry['code'] => (string) The source code of the transformation. (required)
2318
+
* - $transformationTry['code'] => (string) It is deprecated. Use the `input` field with proper `type` instead to specify the transformation code. (required)
2317
2319
* - $transformationTry['sampleRecord'] => (array) The record to apply the given code to. (required)
* - $transformationTry['code'] => (string) The source code of the transformation. (required)
2355
+
* - $transformationTry['code'] => (string) It is deprecated. Use the `input` field with proper `type` instead to specify the transformation code. (required)
2354
2356
* - $transformationTry['sampleRecord'] => (array) The record to apply the given code to. (required)
0 commit comments