File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 2029
2029
"schema" : {
2030
2030
"type" : " string"
2031
2031
}
2032
+ },
2033
+ {
2034
+ "name" : " foreign_transaction_id" ,
2035
+ "in" : " query" ,
2036
+ "description" : " External/foreign transaction id (passed by clients)." ,
2037
+ "schema" : {
2038
+ "type" : " string"
2039
+ }
2040
+ },
2041
+ {
2042
+ "name" : " client_transaction_id" ,
2043
+ "in" : " query" ,
2044
+ "description" : " Client transaction id." ,
2045
+ "schema" : {
2046
+ "type" : " string"
2047
+ }
2032
2048
}
2033
2049
],
2034
2050
"responses" : {
4526
4542
"schema" : {
4527
4543
"type" : " boolean"
4528
4544
}
4545
+ },
4546
+ {
4547
+ "name" : " resource.name" ,
4548
+ "in" : " query" ,
4549
+ "description" : " Filter memberships by the name of the resource the membership is in." ,
4550
+ "schema" : {
4551
+ "type" : " string"
4552
+ }
4529
4553
}
4530
4554
],
4531
4555
"responses" : {
You can’t perform that action at this time.
0 commit comments