From f1269de6aa25443a0df48420667f6998ec1d87b9 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Wed, 13 Mar 2024 17:31:47 -0400 Subject: [PATCH] Update swagger spec --- turnkey_client_inputs/public_api.swagger.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/turnkey_client_inputs/public_api.swagger.json b/turnkey_client_inputs/public_api.swagger.json index d67676f..89ea8d7 100644 --- a/turnkey_client_inputs/public_api.swagger.json +++ b/turnkey_client_inputs/public_api.swagger.json @@ -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": { @@ -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"] @@ -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"]