Skip to content

Commit 3f01788

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent ef91ca2 commit 3f01788

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

openapi.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,22 @@
20292029
"schema": {
20302030
"type": "string"
20312031
}
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+
}
20322048
}
20332049
],
20342050
"responses": {
@@ -4526,6 +4542,14 @@
45264542
"schema": {
45274543
"type": "boolean"
45284544
}
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+
}
45294553
}
45304554
],
45314555
"responses": {

0 commit comments

Comments
 (0)