What's New
- GET/{client_id}/executions/{run_id}/current_id Provide a valid RunID and if the RunID has changed, user will get the new/current RunID
- PATCH/{client_id}/folderobjects/{folder_path}/move Can be used to move a folder to the specified folder.
- POST/{client_id}/objects/{object_name}/duplicate Can be used to duplicate single object.
- GET/{client_id}/objects/{object_name}/links List all links for a given object.
- POST/{client_id}/objects/{object_name}/links Endpoint to create the links of an object.
- DELETE/{client_id}/objects/{object_name}/links Endpoint to delete the links of an object.
- PATCH/{client_id}/objects/{object_name}/move Can be used to move an object to the specified folder.
- GET/{client_id}/objects/{object_name}/new_name Returns the next available object name.
- GET/{client_id}/system/usergroups Lists all user groups that are defined in the system for the selected client.
- GET/{client_id}/system/users List all not deleted users.
- DELETE/{client_id}/folderobjects/{folder_path} Deletes a folder recursively.
- PATCH/{client_id}/folderobjects/{folder_path} Can be used to patch existing folder.
- DELETE/{client_id}/objects/{object_name} Can be used to delete a single object.
- PATCH/{client_id}/objects/{object_name} Can be used to update existing object.
What's Changed
- GET/{client_id}/objects/{object_name}/timezone Returns the time zone used by an object definition or defaults if the object or time zone does not exist. If the queried object is a time zone already, it will be directly evaluated.
- DELETE/{client_id}/system/clients/{client_id}
- DELETE/{client_id}/repositories/merge
- POST/{client_id}/folderobjects
Parameters
- Add overwrite_locked_objects in query
- POST/{client_id}/executions
Response
- Changed response : [400]
Schema
Changed body: 'application/json'
- Changed response : [401]
Schema
Changed body: 'application/json'
- GET/{client_id}/executions
Parameters
- run_id in query Notes change into
- POST/{client_id}/objects Import or create an object
Parameters
- Add overwrite_locked_objects in query
Request
Schema incompatible
Changed body: 'application/json'
- GET/{client_id}/objects/{object_name}
Response
- Changed response : [200]
Schema incompatible
Changed body: 'application/json'