diff --git a/cmd/cs_sdk/api/create-or-update-seo-global-field.go b/cmd/cs_sdk/api/create-or-update-seo-global-field.go index f613ff7..9ea1afc 100644 --- a/cmd/cs_sdk/api/create-or-update-seo-global-field.go +++ b/cmd/cs_sdk/api/create-or-update-seo-global-field.go @@ -37,9 +37,6 @@ func getSeoGlobalFieldBody() map[string]interface{} { "_default": true, "instruction": "The page title that will be displayed in the browser tab.", }, - "unique": false, - "mandatory": false, - "multiple": false, }, { "display_name": "Description", @@ -49,16 +46,12 @@ func getSeoGlobalFieldBody() map[string]interface{} { "instruction": "A short description that search engines will see. For the best results, please keep the description between 150 to 160 characters in length.", "multiline": true, }, - "unique": false, - "mandatory": false, - "multiple": false, }, { "display_name": "OG Title", "uid": "og_title", "data_type": "text", "field_metadata": map[string]interface{}{ - "_default": true, "instruction": "The page title that will be displayed when sharing the page to social media. For the best results, please keep the title between 55 to 60 characters in length.", }, "unique": false, @@ -73,9 +66,6 @@ func getSeoGlobalFieldBody() map[string]interface{} { "instruction": "A short description that will be displayed when sharing the page to social media. For the best results, please keep the description between 150 to 160 characters in length.", "multiline": true, }, - "unique": false, - "mandatory": false, - "multiple": false, }, { "display_name": "Exclude from the sitemap", @@ -85,9 +75,6 @@ func getSeoGlobalFieldBody() map[string]interface{} { "instruction": "Whether or not to exclude this page from the sitemap. When checked, the page will not show up in the sitemap.", "default_value": false, }, - "unique": false, - "mandatory": false, - "multiple": false, }, }, },