- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
16 July 2019
Features
Added Facebook and GitHub authorization as an option:
Note for the next releases
- In v5.0 string with JSON-data won’t be accepted as JSON-object, if you call object properties, while working with data.
For example, from the string with JSON data{ "obj":"{\"key\":\"value\"}" // String } ```
it won’t be possible to get the value of the key
({{obj.key}}
) parameter or process this parameter.
- In v5.0, the support of Corezoid API request for copying objects is discontinued:
https://admin.corezoid.com/api/2/json
Please, replace the URL with the following:{ "ops": [ "type": "create", "obj": "obj_copy", "obj_type": "folder", "obj_id": {{copy_folder_id}}, "folder_id": {{to_folder_id}}, "title": "{{folder_new_name}}", "company_id": "{{company_id}}" }
https://admin.corezoid.com/api/2/copy
Was this article helpful?