/api/ee/workspace

POST /api/ee/workspace/{ws-id}/transform

Add another transform to the Changeset. This could be a fork of an existing global transform, or something new.

post/api/ee/workspace/{ws-id}/transform

Path parameters

ws-idinteger required

value must be an integer greater than zero.

Request body

descriptionstring nullable
namestring required

Response

Successful response

{"stackTrail":"paths:/api/ee/workspace/{ws-id}/transform:post:responses:2XX:content:application/json:schema:properties:archived_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/ee/workspace/{ws-id}/transform:post:responses:2XX:content:application/json:schema:properties:created_at","oasType":"schema","type":"unknown"}
creator_idinteger required

value must be an integer greater than zero.

descriptionstring nullable required
global_idinteger required

value must be an integer greater than zero.

{"stackTrail":"paths:/api/ee/workspace/{ws-id}/transform:post:responses:2XX:content:application/json:schema:properties:last_run_at","oasType":"schema","type":"unknown"}
last_run_messagestring nullable required
last_run_statusstring nullable required
namestring required
ref_idstring required
sourceobject required
targetobject required
target_staleboolean nullable required
{"stackTrail":"paths:/api/ee/workspace/{ws-id}/transform:post:responses:2XX:content:application/json:schema:properties:updated_at","oasType":"schema","type":"unknown"}
workspace_idinteger required

value must be an integer greater than zero.

Changes