Skip to content

Commit 1669590

Browse files
authored
Add expand parameter to searchContentByCQL (#134)
1 parent fd509ea commit 1669590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ export class Content {
285285
cqlcontext: parameters.cqlcontext,
286286
cursor: parameters.cursor,
287287
limit: parameters.limit,
288+
expand: parameters.expand,
288289
},
289290
};
290291

0 commit comments

Comments
 (0)