Skip to content

Commit

Permalink
Update swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Mar 13, 2024
1 parent 5ae1072 commit f1269de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion turnkey_client_inputs/public_api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"/public/v1/query/whoami": {
"post": {
"summary": "Who am I?",
"description": "Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.",
"description": "Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.",
"operationId": "GetWhoami",
"responses": {
"200": {
Expand Down Expand Up @@ -3941,6 +3941,10 @@
"filterValue": {
"type": "string",
"description": "The value of the filter to apply for the specified type. For example, a specific email or name string."
},
"paginationOptions": {
"$ref": "#/definitions/Pagination",
"description": "Parameters used for cursor-based pagination."
}
},
"required": ["organizationId"]
Expand Down Expand Up @@ -4016,6 +4020,10 @@
"walletId": {
"type": "string",
"description": "Unique identifier for a given Wallet."
},
"paginationOptions": {
"$ref": "#/definitions/Pagination",
"description": "Parameters used for cursor-based pagination."
}
},
"required": ["organizationId", "walletId"]
Expand Down

0 comments on commit f1269de

Please sign in to comment.