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: