website: add API diff to 2022.9 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
d2390eef89
commit
3e0778fe31
|
@ -7,12 +7,12 @@ slug: "xxxx.x"
|
|||
|
||||
## New features
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
## API Changes
|
||||
|
||||
_Insert output of `make gen-diff` here_
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
|
|
@ -7,6 +7,120 @@ slug: "2022.9"
|
|||
|
||||
## New features
|
||||
|
||||
## API Changes
|
||||
|
||||
---
|
||||
|
||||
##### `POST` /stages/authenticator/duo/{stage_uuid}/import_devices/
|
||||
|
||||
###### Request:
|
||||
|
||||
Deleted content type : `application/json`
|
||||
|
||||
##### `GET` /flows/executor/{flow_slug}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
Changed response : **200 OK**
|
||||
|
||||
- Changed content type : `application/json`
|
||||
|
||||
Added 'xak-flow-error' component:
|
||||
|
||||
- Property `type` (string)
|
||||
|
||||
Enum values:
|
||||
|
||||
- `native`
|
||||
- `shell`
|
||||
- `redirect`
|
||||
|
||||
- Property `flow_info` (object)
|
||||
|
||||
> Contextual flow information for a challenge
|
||||
|
||||
- Property `title` (string)
|
||||
|
||||
- Property `background` (string)
|
||||
|
||||
- Property `cancel_url` (string)
|
||||
|
||||
- Property `layout` (string)
|
||||
|
||||
Enum values:
|
||||
|
||||
- `stacked`
|
||||
- `content_left`
|
||||
- `content_right`
|
||||
- `sidebar_left`
|
||||
- `sidebar_right`
|
||||
|
||||
- Property `component` (string)
|
||||
|
||||
- Property `response_errors` (object)
|
||||
|
||||
- Property `pending_user` (string)
|
||||
|
||||
- Property `pending_user_avatar` (string)
|
||||
|
||||
- Property `request_id` (string)
|
||||
|
||||
- Property `error` (string)
|
||||
|
||||
- Property `traceback` (string)
|
||||
|
||||
##### `POST` /flows/executor/{flow_slug}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
Changed response : **200 OK**
|
||||
|
||||
- Changed content type : `application/json`
|
||||
|
||||
Added 'xak-flow-error' component:
|
||||
|
||||
- Property `type` (string)
|
||||
|
||||
Enum values:
|
||||
|
||||
- `native`
|
||||
- `shell`
|
||||
- `redirect`
|
||||
|
||||
- Property `flow_info` (object)
|
||||
|
||||
> Contextual flow information for a challenge
|
||||
|
||||
- Property `title` (string)
|
||||
|
||||
- Property `background` (string)
|
||||
|
||||
- Property `cancel_url` (string)
|
||||
|
||||
- Property `layout` (string)
|
||||
|
||||
Enum values:
|
||||
|
||||
- `stacked`
|
||||
- `content_left`
|
||||
- `content_right`
|
||||
- `sidebar_left`
|
||||
- `sidebar_right`
|
||||
|
||||
- Property `component` (string)
|
||||
|
||||
- Property `response_errors` (object)
|
||||
|
||||
- Property `pending_user` (string)
|
||||
|
||||
- Property `pending_user_avatar` (string)
|
||||
|
||||
- Property `request_id` (string)
|
||||
|
||||
- Property `error` (string)
|
||||
|
||||
- Property `traceback` (string)
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
- \*: cleanup stray print calls
|
||||
|
|
Reference in New Issue