Skip to content

Commit f7f8566

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,16 @@ paths:
13821382
required: false
13831383
schema:
13841384
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
13851395
responses:
13861396
'200':
13871397
description: OK
@@ -3033,6 +3043,11 @@ paths:
30333043
description: Filter memberships by the sandbox status of the resource the membership is in.
30343044
schema:
30353045
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
30363051
responses:
30373052
'200':
30383053
description: Returns a list of Membership objects.

0 commit comments

Comments
 (0)