From 0ae2e6f381e2ec5d87687624827459c8b2796d01 Mon Sep 17 00:00:00 2001 From: Randy Schott <1815175+schottra@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:39:07 -0400 Subject: [PATCH] add userId param to listening history endpoints --- api/swagger/swagger-v1-full.yaml | 5 +++++ api/swagger/swagger-v1.yaml | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/api/swagger/swagger-v1-full.yaml b/api/swagger/swagger-v1-full.yaml index 8d10927d..86814e48 100644 --- a/api/swagger/swagger-v1-full.yaml +++ b/api/swagger/swagger-v1-full.yaml @@ -3283,6 +3283,11 @@ paths: enum: - asc - desc + - name: user_id + in: query + description: The user ID of the user making the request + schema: + type: string - name: Encoded-Data-Message in: header description: The data that was signed by the user for signature recovery diff --git a/api/swagger/swagger-v1.yaml b/api/swagger/swagger-v1.yaml index 8e095b49..c668c9d6 100644 --- a/api/swagger/swagger-v1.yaml +++ b/api/swagger/swagger-v1.yaml @@ -2471,6 +2471,11 @@ paths: enum: - asc - desc + - name: user_id + in: query + description: The user ID of the user making the request + schema: + type: string - name: Encoded-Data-Message in: header description: The data that was signed by the user for signature recovery @@ -5419,7 +5424,7 @@ components: example: 1.23 accounts: type: array - items: + items: $ref: '#/components/schemas/user_coin_account' user_coin_account: type: object