diff --git a/website/docs/releases/_template.md b/website/docs/releases/_template.md index 803222c80..d051f4df5 100644 --- a/website/docs/releases/_template.md +++ b/website/docs/releases/_template.md @@ -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. diff --git a/website/docs/releases/v2022.9.md b/website/docs/releases/v2022.9.md index 47bdb059e..7417b8131 100644 --- a/website/docs/releases/v2022.9.md +++ b/website/docs/releases/v2022.9.md @@ -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