File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export function GlobalField (http, data = {}) {
6969 * ]
7070 * }
7171 * }
72- * client.stack({ api_key: 'api_key'}).globalField('global_field_uid').updateNestedGlobalField(data, { headers: { api_version: '3.3 ' }})
72+ * client.stack({ api_key: 'api_key'}).globalField('global_field_uid').updateNestedGlobalField(data, { headers: { api_version: '3.2 ' }})
7373 * .then((globalField) => {
7474 console.log(globalField)
7575 * })
Original file line number Diff line number Diff line change @@ -163,8 +163,6 @@ export function Stack (http, data) {
163163 * client.stack({ api_key: 'api_key'}).globalField('globalField_uid', { api_version: '3.2' }).fetch()
164164 * .then((globalField) => console.log(globalField))
165165 *
166- * client.stack({ api_key: 'api_key'}).globalField({ api_version: '3.2' }).fetch()
167- * .then((globalField) => console.log(globalField))
168166 */
169167 this . globalField = ( globalFieldUidOrOptions = null , options = { } ) => {
170168 let data = {
You can’t perform that action at this time.
0 commit comments