Corezoid 4.2.2
  • 14 Dec 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Corezoid 4.2.2

  • Dark
    Light
  • PDF

Article Summary

16 July 2019

Features

Added Facebook and GitHub authorization as an option:

v4_2_2_image

Note for the next releases

  1. 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.

  1. In v5.0, the support of Corezoid API request for copying objects is discontinued:
    https://admin.corezoid.com/api/2/json
    {
      "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}}"
    }
    
    Please, replace the URL with the following:
    https://admin.corezoid.com/api/2/copy

Was this article helpful?

What's Next