From 9625a2353f2575592a00252664cae6b73ac6279f Mon Sep 17 00:00:00 2001 From: Roman Proshin Date: Sun, 26 May 2019 22:05:22 +0200 Subject: [PATCH] Fix #210: upgrade library up to v1.71.0 (#214) --- CHANGELOG.md | 1 + src/main/resources/swagger.json | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20aff8c..786d2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- [#210](https://github.com/proshin-roman/finapi-java-client/issues/210) - The library now supports finAPI v1.71.0 ## [0.1.70] - 2019-05-08 ### Added diff --git a/src/main/resources/swagger.json b/src/main/resources/swagger.json index 269ad2f..78e3640 100644 --- a/src/main/resources/swagger.json +++ b/src/main/resources/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "finAPI RESTful Services", - "version": "v1.70.0", + "version": "v1.71.0", "title": "finAPI RESTful Services" }, "basePath": "/", @@ -3366,7 +3366,7 @@ "Mandator Administration" ], "summary": "Delete users", - "description": "Delete one or several users, which are specified by a given list of identifiers. Must pass the mandator admin client's access_token.

NOTE: finAPI may fail to delete one (or several, or all) of the specified users. A user cannot get deleted when his data is currently locked by an internal process (for instance, update of a bank connection or transactions categorization). The response contains the identifiers of all users that could not get deleted, and all users that could get deleted, separated in two lists. The mandator admin client can retry the request at a later time for the users who could not get deleted.", + "description": "Delete one or several users, which are specified by a given list of identifiers. Must pass the mandator admin client's access_token.

NOTE: finAPI may fail to delete one (or several, or all) of the specified users. A user cannot get deleted when his data is currently locked by an internal process (for instance, update of a bank connection or transactions categorization). The response contains the identifiers of all users that could not get deleted, and all users that could get deleted, separated in two lists. The mandator admin client can retry the request at a later time for the users who could not get deleted.
Note that non-existing user identifiers will be ignored entirely, meaning that those identifiers will not appear in the response at all.", "operationId": "deleteUsers", "parameters": [ { @@ -6752,15 +6752,15 @@ "example": 3600, "description": "Expiration time in seconds. A value of 0 means that the token never expires (unless it is explicitly invalidated, e.g. by revocation, or when a user gets locked)." }, - "token_type": { - "type": "string", - "example": "bearer", - "description": "Token type (it's always 'bearer')" - }, "access_token": { "type": "string", "example": "yvMbx_TgwdYE0hgOVb8N4ZOvxOukqfjzYOGRZcJiCjQuRGkVIBfjjV3YG4zKTGiY2aPn2cQTGaQOT8uo5uo7_QOXts1s5UBSVuRHc6a8X30RrGBTyqV9h26SUHcZPNbZ", "description": "Access token. Token has a length of up to 128 characters." + }, + "token_type": { + "type": "string", + "example": "bearer", + "description": "Token type (it's always 'bearer')" } }, "description": "User access token info"