From a1776c1865d7b853eb701fa6e9d3b8db0d3b0469 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:07:15 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api.yaml b/api.yaml index 96d34b0..310619c 100644 --- a/api.yaml +++ b/api.yaml @@ -23367,6 +23367,12 @@ paths: required: false schema: type: string + - name: subType + in: query + description: The delegation staking sub type to filter by, used with the unstakeable flag. + required: false + schema: + type: string - $ref: '#/components/parameters/queryPage' - $ref: '#/components/parameters/queryPageSize' - $ref: '#/components/parameters/querySortByCreatedDate'