Skip to content

Commit

Permalink
fix: update authorisationurl response type to match the actual interf…
Browse files Browse the repository at this point in the history
…ace (#42)
  • Loading branch information
porcellus authored Aug 31, 2023
1 parent d548252 commit 46c3ad7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 46c3ad7

Please sign in to comment.