File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,8 @@ def orders(ctx, base_url):
135135@click .option (
136136 '--destination-ref' ,
137137 help = "Filter by orders created with the provided destination reference." )
138- @click .option (
139- '--user-id' ,
140- help =
141- "Filter by user ID. Only available to organization admins. Accepts 'all' or a specific user ID."
142- )
138+ @click .option ('--user-id' ,
139+ help = "Filter by user ID. Accepts 'all' or a specific user ID." )
143140@limit
144141@pretty
145142async def list (ctx ,
Original file line number Diff line number Diff line change @@ -110,11 +110,8 @@ def subscriptions(ctx, base_url):
110110 '--destination-ref' ,
111111 help = "Filter subscriptions created with the provided destination reference."
112112)
113- @click .option (
114- '--user-id' ,
115- help =
116- "Filter by user ID. Only available to organization admins. Accepts 'all' or a specific user ID."
117- )
113+ @click .option ('--user-id' ,
114+ help = "Filter by user ID. Accepts 'all' or a specific user ID." )
118115@limit
119116@click .option ('--page-size' ,
120117 type = click .INT ,
You can’t perform that action at this time.
0 commit comments