From 46c3ad788cb4b28cc51fe612d39c11d36c7a411b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Lengyel?= Date: Thu, 31 Aug 2023 10:32:05 +0200 Subject: [PATCH] fix: update authorisationurl response type to match the actual interface (#42) --- CHANGELOG.md | 6 ++++++ api_spec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd5acd..2c31d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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) +## [1.17.1] - 2023-08-31 + +### Changed + +- Updated authorisationurl GET response to match implementation (and plans) + ## [1.17.0] - 2023-07-21 ### Added diff --git a/api_spec.yaml b/api_spec.yaml index 505925c..b8db3c8 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -436,7 +436,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: @@ -1224,7 +1224,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: @@ -1715,7 +1715,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: