diff --git a/CHANGELOG.md b/CHANGELOG.md index 1968b6f..4003fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unified the type/shape of the user objects across all different responses - Renamed `createdNewUser` to `createdNewRecipeUser` +## [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 1424719..6a496a3 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -451,7 +451,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: @@ -1259,7 +1259,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: @@ -1754,7 +1754,7 @@ paths: properties: status: $ref: '#/components/schemas/statusOK' - url: + urlWithQueryParams: type: string example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=.. pkceCodeVerifier: