From 1d20a92fc9705dc34e732e0ecc28f866070bc812 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 22 Nov 2019 15:40:16 +0300 Subject: [PATCH] FF-129: Add external_id as search parameter (#51) --- api/wallet/spec/paths/destinations.yaml | 5 +++++ api/wallet/spec/paths/withdrawals.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/api/wallet/spec/paths/destinations.yaml b/api/wallet/spec/paths/destinations.yaml index d0dcc80..26331d9 100644 --- a/api/wallet/spec/paths/destinations.yaml +++ b/api/wallet/spec/paths/destinations.yaml @@ -21,6 +21,11 @@ get: required: false type: string pattern: '^[A-Z]{3}$' + - name: externalID + description: Внешний идентификатор сущности + in: query + required: false + type: string responses: '200': description: Приёмники средств найдены diff --git a/api/wallet/spec/paths/withdrawals.yaml b/api/wallet/spec/paths/withdrawals.yaml index 79c2a8c..b48d202 100644 --- a/api/wallet/spec/paths/withdrawals.yaml +++ b/api/wallet/spec/paths/withdrawals.yaml @@ -13,6 +13,11 @@ get: maxLength: 40 minLength: 1 required: false + - name: externalID + description: Внешний идентификатор сущности + in: query + required: false + type: string - name: identityID in: query description: Идентификатор личности владельца