File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1382,6 +1382,16 @@ paths:
1382
1382
required : false
1383
1383
schema :
1384
1384
type : string
1385
+ - name : foreign_transaction_id
1386
+ in : query
1387
+ description : External/foreign transaction id (passed by clients).
1388
+ schema :
1389
+ type : string
1390
+ - name : client_transaction_id
1391
+ in : query
1392
+ description : Client transaction id.
1393
+ schema :
1394
+ type : string
1385
1395
responses :
1386
1396
' 200 ' :
1387
1397
description : OK
@@ -3033,6 +3043,11 @@ paths:
3033
3043
description : Filter memberships by the sandbox status of the resource the membership is in.
3034
3044
schema :
3035
3045
type : boolean
3046
+ - name : resource.name
3047
+ in : query
3048
+ description : Filter memberships by the name of the resource the membership is in.
3049
+ schema :
3050
+ type : string
3036
3051
responses :
3037
3052
' 200 ' :
3038
3053
description : Returns a list of Membership objects.
You can’t perform that action at this time.
0 commit comments