File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ export function ContentType (http, data = {}) {
162162 * const client = contentstack.client()
163163 *
164164 * const data = {
165- * content_type: 'path/to/file.png ',
165+ * content_type: 'path/to/file.json ',
166166 * }
167167 * client.stack({ api_key: 'api_key'}).contentType().import(data)
168168 * .then((contentType) => console.log(contentType))
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export function GlobalField (http, data = {}) {
113113 * const client = contentstack.client()
114114 *
115115 * const data = {
116- * global_field: 'path/to/file.png ',
116+ * global_field: 'path/to/file.json ',
117117 * }
118118 * client.stack({ api_key: 'api_key'}).globalField().import(data)
119119 * .then((globalField) => console.log(globalField))
You can’t perform that action at this time.
0 commit comments