You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/entries/entries.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ export class Entries extends BaseQuery {
263
263
/**
264
264
* @method variants
265
265
* @memberof Entries
266
-
* @descriptionThe variant header will be added to axios client. Branch is optional.
266
+
* @descriptionStores the variant UID(s) and optional branch name, which are sent as the `x-cs-variant-uid` and `branch` headers on the request when find() is called.
Copy file name to clipboardExpand all lines: src/entries/entry.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ export class Entry {
42
42
/**
43
43
* @method variants
44
44
* @memberof Entry
45
-
* @descriptionThe variant header will be added to axios client. Branch is optional.
45
+
* @descriptionStores the variant UID(s) and optional branch name, which are sent as the `x-cs-variant-uid` and `branch` headers on the request when fetch() is called.
0 commit comments