Skip to content

Commit

Permalink
Add expand parameter to searchContentByCQL (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeEnnever authored Nov 30, 2023
1 parent fd509ea commit 1669590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export class Content {
cqlcontext: parameters.cqlcontext,
cursor: parameters.cursor,
limit: parameters.limit,
expand: parameters.expand,
},
};

Expand Down

0 comments on commit 1669590

Please sign in to comment.