From 5b0e92f03474219ae0e89574c81992fc240130e4 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 14 Feb 2024 21:19:24 +0100 Subject: [PATCH] website/docs: release notes 2024.2: fix API changes titles (#8516) --- website/docs/releases/2024/v2024.2.md | 490 +++++++++++++------------- 1 file changed, 245 insertions(+), 245 deletions(-) diff --git a/website/docs/releases/2024/v2024.2.md b/website/docs/releases/2024/v2024.2.md index a736ca8442..41f64e5b47 100644 --- a/website/docs/releases/2024/v2024.2.md +++ b/website/docs/releases/2024/v2024.2.md @@ -339,15 +339,15 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2 ##### `POST` /core/brands/ -##### `GET` /core/brands/{#123;brand_uuid}#125;/ +##### `GET` /core/brands/{brand_uuid}/ -##### `PUT` /core/brands/{#123;brand_uuid}#125;/ +##### `PUT` /core/brands/{brand_uuid}/ -##### `DELETE` /core/brands/{#123;brand_uuid}#125;/ +##### `DELETE` /core/brands/{brand_uuid}/ -##### `PATCH` /core/brands/{#123;brand_uuid}#125;/ +##### `PATCH` /core/brands/{brand_uuid}/ -##### `GET` /core/brands/{#123;brand_uuid}#125;/used_by/ +##### `GET` /core/brands/{brand_uuid}/used_by/ ##### `GET` /core/brands/current/ @@ -355,91 +355,91 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2 ##### `GET` /events/system_tasks/ -##### `GET` /events/system_tasks/{#123;uuid}#125;/ +##### `GET` /events/system_tasks/{uuid}/ -##### `POST` /events/system_tasks/{#123;uuid}#125;/run/ +##### `POST` /events/system_tasks/{uuid}/run/ ##### `GET` /propertymappings/rac/ ##### `POST` /propertymappings/rac/ -##### `GET` /propertymappings/rac/{#123;pm_uuid}#125;/ +##### `GET` /propertymappings/rac/{pm_uuid}/ -##### `PUT` /propertymappings/rac/{#123;pm_uuid}#125;/ +##### `PUT` /propertymappings/rac/{pm_uuid}/ -##### `DELETE` /propertymappings/rac/{#123;pm_uuid}#125;/ +##### `DELETE` /propertymappings/rac/{pm_uuid}/ -##### `PATCH` /propertymappings/rac/{#123;pm_uuid}#125;/ +##### `PATCH` /propertymappings/rac/{pm_uuid}/ -##### `GET` /propertymappings/rac/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/rac/{pm_uuid}/used_by/ ##### `GET` /providers/rac/ ##### `POST` /providers/rac/ -##### `GET` /providers/rac/{#123;id}#125;/ +##### `GET` /providers/rac/{id}/ -##### `PUT` /providers/rac/{#123;id}#125;/ +##### `PUT` /providers/rac/{id}/ -##### `DELETE` /providers/rac/{#123;id}#125;/ +##### `DELETE` /providers/rac/{id}/ -##### `PATCH` /providers/rac/{#123;id}#125;/ +##### `PATCH` /providers/rac/{id}/ -##### `GET` /providers/rac/{#123;id}#125;/used_by/ +##### `GET` /providers/rac/{id}/used_by/ ##### `GET` /rac/connection_tokens/ -##### `GET` /rac/connection_tokens/{#123;connection_token_uuid}#125;/ +##### `GET` /rac/connection_tokens/{connection_token_uuid}/ -##### `PUT` /rac/connection_tokens/{#123;connection_token_uuid}#125;/ +##### `PUT` /rac/connection_tokens/{connection_token_uuid}/ -##### `DELETE` /rac/connection_tokens/{#123;connection_token_uuid}#125;/ +##### `DELETE` /rac/connection_tokens/{connection_token_uuid}/ -##### `PATCH` /rac/connection_tokens/{#123;connection_token_uuid}#125;/ +##### `PATCH` /rac/connection_tokens/{connection_token_uuid}/ -##### `GET` /rac/connection_tokens/{#123;connection_token_uuid}#125;/used_by/ +##### `GET` /rac/connection_tokens/{connection_token_uuid}/used_by/ ##### `GET` /rac/endpoints/ ##### `POST` /rac/endpoints/ -##### `GET` /rac/endpoints/{#123;pbm_uuid}#125;/ +##### `GET` /rac/endpoints/{pbm_uuid}/ -##### `PUT` /rac/endpoints/{#123;pbm_uuid}#125;/ +##### `PUT` /rac/endpoints/{pbm_uuid}/ -##### `DELETE` /rac/endpoints/{#123;pbm_uuid}#125;/ +##### `DELETE` /rac/endpoints/{pbm_uuid}/ -##### `PATCH` /rac/endpoints/{#123;pbm_uuid}#125;/ +##### `PATCH` /rac/endpoints/{pbm_uuid}/ -##### `GET` /rac/endpoints/{#123;pbm_uuid}#125;/used_by/ +##### `GET` /rac/endpoints/{pbm_uuid}/used_by/ ##### `GET` /tenants/domains/ ##### `POST` /tenants/domains/ -##### `GET` /tenants/domains/{#123;id}#125;/ +##### `GET` /tenants/domains/{id}/ -##### `PUT` /tenants/domains/{#123;id}#125;/ +##### `PUT` /tenants/domains/{id}/ -##### `DELETE` /tenants/domains/{#123;id}#125;/ +##### `DELETE` /tenants/domains/{id}/ -##### `PATCH` /tenants/domains/{#123;id}#125;/ +##### `PATCH` /tenants/domains/{id}/ ##### `GET` /tenants/tenants/ ##### `POST` /tenants/tenants/ -##### `GET` /tenants/tenants/{#123;tenant_uuid}#125;/ +##### `GET` /tenants/tenants/{tenant_uuid}/ -##### `PUT` /tenants/tenants/{#123;tenant_uuid}#125;/ +##### `PUT` /tenants/tenants/{tenant_uuid}/ -##### `DELETE` /tenants/tenants/{#123;tenant_uuid}#125;/ +##### `DELETE` /tenants/tenants/{tenant_uuid}/ -##### `PATCH` /tenants/tenants/{#123;tenant_uuid}#125;/ +##### `PATCH` /tenants/tenants/{tenant_uuid}/ -##### `POST` /tenants/tenants/{#123;tenant_uuid}#125;/create_admin_group/ +##### `POST` /tenants/tenants/{tenant_uuid}/create_admin_group/ -##### `POST` /tenants/tenants/{#123;tenant_uuid}#125;/create_recovery_key/ +##### `POST` /tenants/tenants/{tenant_uuid}/create_recovery_key/ #### What's Deleted @@ -447,23 +447,23 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2 ##### `GET` /admin/system_tasks/ -##### `GET` /admin/system_tasks/{#123;id}#125;/ +##### `GET` /admin/system_tasks/{id}/ -##### `POST` /admin/system_tasks/{#123;id}#125;/retry/ +##### `POST` /admin/system_tasks/{id}/retry/ ##### `GET` /core/tenants/ ##### `POST` /core/tenants/ -##### `GET` /core/tenants/{#123;tenant_uuid}#125;/ +##### `GET` /core/tenants/{tenant_uuid}/ -##### `PUT` /core/tenants/{#123;tenant_uuid}#125;/ +##### `PUT` /core/tenants/{tenant_uuid}/ -##### `DELETE` /core/tenants/{#123;tenant_uuid}#125;/ +##### `DELETE` /core/tenants/{tenant_uuid}/ -##### `PATCH` /core/tenants/{#123;tenant_uuid}#125;/ +##### `PATCH` /core/tenants/{tenant_uuid}/ -##### `GET` /core/tenants/{#123;tenant_uuid}#125;/used_by/ +##### `GET` /core/tenants/{tenant_uuid}/used_by/ ##### `GET` /core/tenants/current/ @@ -527,7 +527,7 @@ Changed response : **200 OK** * Deleted property `tenant` (string) > Currently active tenant -##### `GET` /core/applications/{#123;slug}#125;/check_access/ +##### `GET` /core/applications/{slug}/check_access/ ###### Return Type: @@ -535,7 +535,7 @@ Deleted response : **404 Not Found** > for_user user not found -##### `GET` /core/authenticated_sessions/{#123;uuid}#125;/ +##### `GET` /core/authenticated_sessions/{uuid}/ ###### Return Type: @@ -572,7 +572,7 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /managed/blueprints/{#123;instance_uuid}#125;/ +##### `GET` /managed/blueprints/{instance_uuid}/ ###### Return Type: @@ -584,7 +584,7 @@ Changed response : **200 OK** - Changed property `metadata` (object -> object) -##### `PUT` /managed/blueprints/{#123;instance_uuid}#125;/ +##### `PUT` /managed/blueprints/{instance_uuid}/ ###### Request: @@ -602,7 +602,7 @@ Changed response : **200 OK** - Changed property `metadata` (object -> object) -##### `PATCH` /managed/blueprints/{#123;instance_uuid}#125;/ +##### `PATCH` /managed/blueprints/{instance_uuid}/ ###### Request: @@ -620,7 +620,7 @@ Changed response : **200 OK** - Changed property `metadata` (object -> object) -##### `POST` /managed/blueprints/{#123;instance_uuid}#125;/apply/ +##### `POST` /managed/blueprints/{instance_uuid}/apply/ ###### Return Type: @@ -644,7 +644,7 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /outposts/service_connections/kubernetes/{#123;uuid}#125;/ +##### `GET` /outposts/service_connections/kubernetes/{uuid}/ ###### Return Type: @@ -655,7 +655,7 @@ Changed response : **200 OK** - Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. -##### `PUT` /outposts/service_connections/kubernetes/{#123;uuid}#125;/ +##### `PUT` /outposts/service_connections/kubernetes/{uuid}/ ###### Request: @@ -673,7 +673,7 @@ Changed response : **200 OK** - Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. -##### `PATCH` /outposts/service_connections/kubernetes/{#123;uuid}#125;/ +##### `PATCH` /outposts/service_connections/kubernetes/{uuid}/ ###### Request: @@ -703,7 +703,7 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /policies/event_matcher/{#123;policy_uuid}#125;/ +##### `GET` /policies/event_matcher/{policy_uuid}/ ###### Return Type: @@ -864,7 +864,7 @@ Changed response : **200 OK** - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `PUT` /policies/event_matcher/{#123;policy_uuid}#125;/ +##### `PUT` /policies/event_matcher/{policy_uuid}/ ###### Request: @@ -1182,7 +1182,7 @@ Changed response : **200 OK** - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `PATCH` /policies/event_matcher/{#123;policy_uuid}#125;/ +##### `PATCH` /policies/event_matcher/{policy_uuid}/ ###### Request: @@ -1500,7 +1500,7 @@ Changed response : **200 OK** - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `GET` /policies/reputation/scores/{#123;reputation_uuid}#125;/ +##### `GET` /policies/reputation/scores/{reputation_uuid}/ ###### Return Type: @@ -1536,19 +1536,19 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /providers/oauth2/{#123;id}#125;/preview_user/ +##### `GET` /providers/oauth2/{id}/preview_user/ ###### Parameters: Added: `for_user` in `query` -##### `GET` /providers/saml/{#123;id}#125;/preview_user/ +##### `GET` /providers/saml/{id}/preview_user/ ###### Parameters: Added: `for_user` in `query` -##### `GET` /providers/scim/{#123;id}#125;/sync_status/ +##### `GET` /providers/scim/{id}/sync_status/ ###### Return Type: @@ -1644,7 +1644,7 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /sources/ldap/{#123;slug}#125;/sync_status/ +##### `GET` /sources/ldap/{slug}/sync_status/ ###### Return Type: @@ -1698,7 +1698,7 @@ Changed response : **200 OK** - Added property `requires_enterprise` (boolean) -##### `GET` /authenticators/duo/{#123;id}#125;/used_by/ +##### `GET` /authenticators/duo/{id}/used_by/ ###### Return Type: @@ -1728,7 +1728,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /authenticators/sms/{#123;id}#125;/used_by/ +##### `GET` /authenticators/sms/{id}/used_by/ ###### Return Type: @@ -1758,7 +1758,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /authenticators/static/{#123;id}#125;/used_by/ +##### `GET` /authenticators/static/{id}/used_by/ ###### Return Type: @@ -1788,7 +1788,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /authenticators/totp/{#123;id}#125;/used_by/ +##### `GET` /authenticators/totp/{id}/used_by/ ###### Return Type: @@ -1818,7 +1818,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /authenticators/webauthn/{#123;id}#125;/used_by/ +##### `GET` /authenticators/webauthn/{id}/used_by/ ###### Return Type: @@ -1848,7 +1848,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /core/applications/{#123;slug}#125;/used_by/ +##### `GET` /core/applications/{slug}/used_by/ ###### Return Type: @@ -1901,7 +1901,7 @@ Changed response : **200 OK** * Changed property `geo_ip` (object) > Get GeoIP Data -##### `GET` /core/authenticated_sessions/{#123;uuid}#125;/used_by/ +##### `GET` /core/authenticated_sessions/{uuid}/used_by/ ###### Return Type: @@ -1931,7 +1931,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /core/groups/{#123;group_uuid}#125;/used_by/ +##### `GET` /core/groups/{group_uuid}/used_by/ ###### Return Type: @@ -1961,7 +1961,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /core/tokens/{#123;identifier}#125;/ +##### `GET` /core/tokens/{identifier}/ ###### Return Type: @@ -1976,7 +1976,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PUT` /core/tokens/{#123;identifier}#125;/ +##### `PUT` /core/tokens/{identifier}/ ###### Return Type: @@ -1991,7 +1991,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PATCH` /core/tokens/{#123;identifier}#125;/ +##### `PATCH` /core/tokens/{identifier}/ ###### Return Type: @@ -2006,7 +2006,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /core/tokens/{#123;identifier}#125;/used_by/ +##### `GET` /core/tokens/{identifier}/used_by/ ###### Return Type: @@ -2036,7 +2036,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /core/user_consent/{#123;id}#125;/used_by/ +##### `GET` /core/user_consent/{id}/used_by/ ###### Return Type: @@ -2066,7 +2066,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /core/users/{#123;id}#125;/ +##### `GET` /core/users/{id}/ ###### Return Type: @@ -2077,7 +2077,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PUT` /core/users/{#123;id}#125;/ +##### `PUT` /core/users/{id}/ ###### Return Type: @@ -2088,7 +2088,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PATCH` /core/users/{#123;id}#125;/ +##### `PATCH` /core/users/{id}/ ###### Return Type: @@ -2099,7 +2099,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /core/users/{#123;id}#125;/used_by/ +##### `GET` /core/users/{id}/used_by/ ###### Return Type: @@ -2129,7 +2129,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /crypto/certificatekeypairs/{#123;kp_uuid}#125;/used_by/ +##### `GET` /crypto/certificatekeypairs/{kp_uuid}/used_by/ ###### Return Type: @@ -2159,7 +2159,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /enterprise/license/{#123;license_uuid}#125;/used_by/ +##### `GET` /enterprise/license/{license_uuid}/used_by/ ###### Return Type: @@ -2189,7 +2189,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /events/events/{#123;event_uuid}#125;/ +##### `GET` /events/events/{event_uuid}/ ###### Return Type: @@ -2205,7 +2205,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `PUT` /events/events/{#123;event_uuid}#125;/ +##### `PUT` /events/events/{event_uuid}/ ###### Request: @@ -2233,7 +2233,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `PATCH` /events/events/{#123;event_uuid}#125;/ +##### `PATCH` /events/events/{event_uuid}/ ###### Request: @@ -2261,7 +2261,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `GET` /events/notifications/{#123;uuid}#125;/used_by/ +##### `GET` /events/notifications/{uuid}/used_by/ ###### Return Type: @@ -2291,7 +2291,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /events/rules/{#123;pbm_uuid}#125;/used_by/ +##### `GET` /events/rules/{pbm_uuid}/used_by/ ###### Return Type: @@ -2321,7 +2321,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /events/transports/{#123;uuid}#125;/used_by/ +##### `GET` /events/transports/{uuid}/used_by/ ###### Return Type: @@ -2351,7 +2351,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /flows/bindings/{#123;fsb_uuid}#125;/used_by/ +##### `GET` /flows/bindings/{fsb_uuid}/used_by/ ###### Return Type: @@ -2381,7 +2381,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /flows/instances/{#123;slug}#125;/ +##### `GET` /flows/instances/{slug}/ ###### Return Type: @@ -2408,7 +2408,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /flows/instances/{#123;slug}#125;/ +##### `PUT` /flows/instances/{slug}/ ###### Request: @@ -2458,7 +2458,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /flows/instances/{#123;slug}#125;/ +##### `PATCH` /flows/instances/{slug}/ ###### Request: @@ -2508,7 +2508,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /flows/instances/{#123;slug}#125;/used_by/ +##### `GET` /flows/instances/{slug}/used_by/ ###### Return Type: @@ -2572,7 +2572,7 @@ Changed response : **200 OK** - Changed property `metadata` (object -> object) -##### `GET` /managed/blueprints/{#123;instance_uuid}#125;/used_by/ +##### `GET` /managed/blueprints/{instance_uuid}/used_by/ ###### Return Type: @@ -2602,7 +2602,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /oauth2/access_tokens/{#123;id}#125;/used_by/ +##### `GET` /oauth2/access_tokens/{id}/used_by/ ###### Return Type: @@ -2632,7 +2632,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /oauth2/authorization_codes/{#123;id}#125;/used_by/ +##### `GET` /oauth2/authorization_codes/{id}/used_by/ ###### Return Type: @@ -2662,7 +2662,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /oauth2/refresh_tokens/{#123;id}#125;/used_by/ +##### `GET` /oauth2/refresh_tokens/{id}/used_by/ ###### Return Type: @@ -2692,7 +2692,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /outposts/instances/{#123;uuid}#125;/ +##### `GET` /outposts/instances/{uuid}/ ###### Return Type: @@ -2711,7 +2711,7 @@ Changed response : **200 OK** - `rac` -##### `PUT` /outposts/instances/{#123;uuid}#125;/ +##### `PUT` /outposts/instances/{uuid}/ ###### Request: @@ -2745,7 +2745,7 @@ Changed response : **200 OK** - `rac` -##### `PATCH` /outposts/instances/{#123;uuid}#125;/ +##### `PATCH` /outposts/instances/{uuid}/ ###### Request: @@ -2779,7 +2779,7 @@ Changed response : **200 OK** - `rac` -##### `GET` /outposts/instances/{#123;uuid}#125;/used_by/ +##### `GET` /outposts/instances/{uuid}/used_by/ ###### Return Type: @@ -2809,7 +2809,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /outposts/service_connections/all/{#123;uuid}#125;/used_by/ +##### `GET` /outposts/service_connections/all/{uuid}/used_by/ ###### Return Type: @@ -2839,7 +2839,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /outposts/service_connections/docker/{#123;uuid}#125;/used_by/ +##### `GET` /outposts/service_connections/docker/{uuid}/used_by/ ###### Return Type: @@ -2902,7 +2902,7 @@ Changed response : **200 OK** - Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. -##### `GET` /outposts/service_connections/kubernetes/{#123;uuid}#125;/used_by/ +##### `GET` /outposts/service_connections/kubernetes/{uuid}/used_by/ ###### Return Type: @@ -2932,7 +2932,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/all/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/all/{policy_uuid}/used_by/ ###### Return Type: @@ -2962,7 +2962,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/bindings/{#123;policy_binding_uuid}#125;/ +##### `GET` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: @@ -2977,7 +2977,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PUT` /policies/bindings/{#123;policy_binding_uuid}#125;/ +##### `PUT` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: @@ -2992,7 +2992,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `PATCH` /policies/bindings/{#123;policy_binding_uuid}#125;/ +##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: @@ -3007,7 +3007,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /policies/bindings/{#123;policy_binding_uuid}#125;/used_by/ +##### `GET` /policies/bindings/{policy_binding_uuid}/used_by/ ###### Return Type: @@ -3037,7 +3037,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/dummy/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/dummy/{policy_uuid}/used_by/ ###### Return Type: @@ -3550,7 +3550,7 @@ Changed response : **200 OK** - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `GET` /policies/event_matcher/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/event_matcher/{policy_uuid}/used_by/ ###### Return Type: @@ -3580,7 +3580,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/expression/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/expression/{policy_uuid}/used_by/ ###### Return Type: @@ -3610,7 +3610,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/password/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/password/{policy_uuid}/used_by/ ###### Return Type: @@ -3640,7 +3640,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/password_expiry/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/password_expiry/{policy_uuid}/used_by/ ###### Return Type: @@ -3670,7 +3670,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /policies/reputation/{#123;policy_uuid}#125;/used_by/ +##### `GET` /policies/reputation/{policy_uuid}/used_by/ ###### Return Type: @@ -3716,7 +3716,7 @@ Changed response : **200 OK** - Changed property `ip_geo_data` (object -> object) -##### `GET` /policies/reputation/scores/{#123;reputation_uuid}#125;/used_by/ +##### `GET` /policies/reputation/scores/{reputation_uuid}/used_by/ ###### Return Type: @@ -3746,7 +3746,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/all/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/all/{pm_uuid}/used_by/ ###### Return Type: @@ -3776,7 +3776,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/ldap/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/ldap/{pm_uuid}/used_by/ ###### Return Type: @@ -3806,7 +3806,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/notification/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/notification/{pm_uuid}/used_by/ ###### Return Type: @@ -3836,7 +3836,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/saml/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/saml/{pm_uuid}/used_by/ ###### Return Type: @@ -3866,7 +3866,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/scim/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/scim/{pm_uuid}/used_by/ ###### Return Type: @@ -3896,7 +3896,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /propertymappings/scope/{#123;pm_uuid}#125;/used_by/ +##### `GET` /propertymappings/scope/{pm_uuid}/used_by/ ###### Return Type: @@ -3926,7 +3926,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/all/{#123;id}#125;/used_by/ +##### `GET` /providers/all/{id}/used_by/ ###### Return Type: @@ -3956,7 +3956,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/ldap/{#123;id}#125;/used_by/ +##### `GET` /providers/ldap/{id}/used_by/ ###### Return Type: @@ -3986,7 +3986,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/oauth2/{#123;id}#125;/used_by/ +##### `GET` /providers/oauth2/{id}/used_by/ ###### Return Type: @@ -4016,7 +4016,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/proxy/{#123;id}#125;/used_by/ +##### `GET` /providers/proxy/{id}/used_by/ ###### Return Type: @@ -4046,7 +4046,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/radius/{#123;id}#125;/used_by/ +##### `GET` /providers/radius/{id}/used_by/ ###### Return Type: @@ -4076,7 +4076,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/saml/{#123;id}#125;/used_by/ +##### `GET` /providers/saml/{id}/used_by/ ###### Return Type: @@ -4106,7 +4106,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /providers/scim/{#123;id}#125;/used_by/ +##### `GET` /providers/scim/{id}/used_by/ ###### Return Type: @@ -4136,7 +4136,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `POST` /rbac/permissions/assigned_by_roles/{#123;uuid}#125;/assign/ +##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/ ###### Request: @@ -4234,7 +4234,7 @@ Changed content type : `application/json` - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `PATCH` /rbac/permissions/assigned_by_roles/{#123;uuid}#125;/unassign/ +##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/ ###### Request: @@ -4332,7 +4332,7 @@ Changed content type : `application/json` - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `POST` /rbac/permissions/assigned_by_users/{#123;id}#125;/assign/ +##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/ ###### Request: @@ -4430,7 +4430,7 @@ Changed content type : `application/json` - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `PATCH` /rbac/permissions/assigned_by_users/{#123;id}#125;/unassign/ +##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/ ###### Request: @@ -4528,7 +4528,7 @@ Changed content type : `application/json` - `authentik_providers_oauth2.refreshtoken` - `authentik_tenants.tenant` -##### `GET` /rbac/roles/{#123;uuid}#125;/used_by/ +##### `GET` /rbac/roles/{uuid}/used_by/ ###### Return Type: @@ -4574,7 +4574,7 @@ Changed response : **200 OK** - `can_asn` -##### `GET` /sources/all/{#123;slug}#125;/used_by/ +##### `GET` /sources/all/{slug}/used_by/ ###### Return Type: @@ -4604,7 +4604,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/ldap/{#123;slug}#125;/ +##### `GET` /sources/ldap/{slug}/ ###### Return Type: @@ -4619,7 +4619,7 @@ Changed response : **200 OK** * Added property `connectivity` (object) > Get cached source connectivity -##### `PUT` /sources/ldap/{#123;slug}#125;/ +##### `PUT` /sources/ldap/{slug}/ ###### Return Type: @@ -4634,7 +4634,7 @@ Changed response : **200 OK** * Added property `connectivity` (object) > Get cached source connectivity -##### `PATCH` /sources/ldap/{#123;slug}#125;/ +##### `PATCH` /sources/ldap/{slug}/ ###### Return Type: @@ -4649,7 +4649,7 @@ Changed response : **200 OK** * Added property `connectivity` (object) > Get cached source connectivity -##### `GET` /sources/ldap/{#123;slug}#125;/used_by/ +##### `GET` /sources/ldap/{slug}/used_by/ ###### Return Type: @@ -4679,7 +4679,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/oauth/{#123;slug}#125;/ +##### `GET` /sources/oauth/{slug}/ ###### Return Type: @@ -4720,7 +4720,7 @@ Changed response : **200 OK** > - `twitch` - Twitch > - `twitter` - Twitter -##### `PUT` /sources/oauth/{#123;slug}#125;/ +##### `PUT` /sources/oauth/{slug}/ ###### Request: @@ -4782,7 +4782,7 @@ Changed response : **200 OK** > - `twitch` - Twitch > - `twitter` - Twitter -##### `PATCH` /sources/oauth/{#123;slug}#125;/ +##### `PATCH` /sources/oauth/{slug}/ ###### Request: @@ -4844,7 +4844,7 @@ Changed response : **200 OK** > - `twitch` - Twitch > - `twitter` - Twitter -##### `GET` /sources/oauth/{#123;slug}#125;/used_by/ +##### `GET` /sources/oauth/{slug}/used_by/ ###### Return Type: @@ -4874,7 +4874,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/plex/{#123;slug}#125;/used_by/ +##### `GET` /sources/plex/{slug}/used_by/ ###### Return Type: @@ -4904,7 +4904,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/saml/{#123;slug}#125;/used_by/ +##### `GET` /sources/saml/{slug}/used_by/ ###### Return Type: @@ -4934,7 +4934,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/user_connections/all/{#123;id}#125;/used_by/ +##### `GET` /sources/user_connections/all/{id}/used_by/ ###### Return Type: @@ -4964,7 +4964,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/user_connections/oauth/{#123;id}#125;/used_by/ +##### `GET` /sources/user_connections/oauth/{id}/used_by/ ###### Return Type: @@ -4994,7 +4994,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/user_connections/plex/{#123;id}#125;/used_by/ +##### `GET` /sources/user_connections/plex/{id}/used_by/ ###### Return Type: @@ -5024,7 +5024,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /sources/user_connections/saml/{#123;id}#125;/used_by/ +##### `GET` /sources/user_connections/saml/{id}/used_by/ ###### Return Type: @@ -5054,7 +5054,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/all/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/all/{stage_uuid}/used_by/ ###### Return Type: @@ -5084,7 +5084,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/duo/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/duo/{stage_uuid}/used_by/ ###### Return Type: @@ -5114,7 +5114,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/sms/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/sms/{stage_uuid}/used_by/ ###### Return Type: @@ -5144,7 +5144,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/static/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/static/{stage_uuid}/used_by/ ###### Parameters: @@ -5180,7 +5180,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/totp/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/totp/{stage_uuid}/used_by/ ###### Return Type: @@ -5210,7 +5210,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/validate/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/validate/{stage_uuid}/used_by/ ###### Return Type: @@ -5240,7 +5240,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/authenticator/webauthn/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/authenticator/webauthn/{stage_uuid}/used_by/ ###### Return Type: @@ -5270,7 +5270,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/captcha/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/captcha/{stage_uuid}/used_by/ ###### Return Type: @@ -5300,7 +5300,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/consent/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/consent/{stage_uuid}/used_by/ ###### Return Type: @@ -5330,7 +5330,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/deny/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/deny/{stage_uuid}/used_by/ ###### Return Type: @@ -5360,7 +5360,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/dummy/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/dummy/{stage_uuid}/used_by/ ###### Return Type: @@ -5390,7 +5390,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/email/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/email/{stage_uuid}/used_by/ ###### Return Type: @@ -5420,7 +5420,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/identification/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/identification/{stage_uuid}/used_by/ ###### Return Type: @@ -5450,7 +5450,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/invitation/invitations/{#123;invite_uuid}#125;/ +##### `GET` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: @@ -5481,7 +5481,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/invitation/invitations/{#123;invite_uuid}#125;/ +##### `PUT` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: @@ -5512,7 +5512,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/invitation/invitations/{#123;invite_uuid}#125;/ +##### `PATCH` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: @@ -5543,7 +5543,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/invitation/invitations/{#123;invite_uuid}#125;/used_by/ +##### `GET` /stages/invitation/invitations/{invite_uuid}/used_by/ ###### Return Type: @@ -5573,7 +5573,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/invitation/stages/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/invitation/stages/{stage_uuid}/used_by/ ###### Return Type: @@ -5603,7 +5603,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/password/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/password/{stage_uuid}/used_by/ ###### Return Type: @@ -5633,7 +5633,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/prompt/prompts/{#123;prompt_uuid}#125;/used_by/ +##### `GET` /stages/prompt/prompts/{prompt_uuid}/used_by/ ###### Return Type: @@ -5663,7 +5663,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/prompt/stages/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/prompt/stages/{stage_uuid}/used_by/ ###### Return Type: @@ -5693,7 +5693,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/user_delete/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/user_delete/{stage_uuid}/used_by/ ###### Return Type: @@ -5723,7 +5723,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/user_login/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/user_login/{stage_uuid}/used_by/ ###### Return Type: @@ -5753,7 +5753,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/user_logout/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/user_logout/{stage_uuid}/used_by/ ###### Return Type: @@ -5783,7 +5783,7 @@ Changed response : **200 OK** - `SET_NULL` - `SET_DEFAULT` -##### `GET` /stages/user_write/{#123;stage_uuid}#125;/used_by/ +##### `GET` /stages/user_write/{stage_uuid}/used_by/ ###### Return Type: @@ -5853,7 +5853,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /core/user_consent/{#123;id}#125;/ +##### `GET` /core/user_consent/{id}/ ###### Return Type: @@ -5973,7 +5973,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `GET` /events/notifications/{#123;uuid}#125;/ +##### `GET` /events/notifications/{uuid}/ ###### Return Type: @@ -5993,7 +5993,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `PUT` /events/notifications/{#123;uuid}#125;/ +##### `PUT` /events/notifications/{uuid}/ ###### Request: @@ -6029,7 +6029,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `PATCH` /events/notifications/{#123;uuid}#125;/ +##### `PATCH` /events/notifications/{uuid}/ ###### Request: @@ -6065,7 +6065,7 @@ Changed response : **200 OK** - Changed property `context` (object -> object) -##### `GET` /flows/bindings/{#123;fsb_uuid}#125;/ +##### `GET` /flows/bindings/{fsb_uuid}/ ###### Return Type: @@ -6088,7 +6088,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /flows/bindings/{#123;fsb_uuid}#125;/ +##### `PUT` /flows/bindings/{fsb_uuid}/ ###### Return Type: @@ -6111,7 +6111,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /flows/bindings/{#123;fsb_uuid}#125;/ +##### `PATCH` /flows/bindings/{fsb_uuid}/ ###### Return Type: @@ -6215,7 +6215,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /oauth2/access_tokens/{#123;id}#125;/ +##### `GET` /oauth2/access_tokens/{id}/ ###### Return Type: @@ -6230,7 +6230,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /oauth2/authorization_codes/{#123;id}#125;/ +##### `GET` /oauth2/authorization_codes/{id}/ ###### Return Type: @@ -6245,7 +6245,7 @@ Changed response : **200 OK** - Changed property `avatar` (string) > User's avatar, either a http/https URL or a data URI -##### `GET` /oauth2/refresh_tokens/{#123;id}#125;/ +##### `GET` /oauth2/refresh_tokens/{id}/ ###### Return Type: @@ -6654,7 +6654,7 @@ Changed response : **200 OK** > - `twitch` - Twitch > - `twitter` - Twitter -##### `GET` /stages/all/{#123;stage_uuid}#125;/ +##### `GET` /stages/all/{stage_uuid}/ ###### Return Type: @@ -6673,7 +6673,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/authenticator/duo/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/duo/{stage_uuid}/ ###### Return Type: @@ -6692,7 +6692,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/duo/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/duo/{stage_uuid}/ ###### Request: @@ -6726,7 +6726,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/duo/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/duo/{stage_uuid}/ ###### Request: @@ -6760,7 +6760,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/authenticator/sms/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/sms/{stage_uuid}/ ###### Return Type: @@ -6779,7 +6779,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/sms/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/sms/{stage_uuid}/ ###### Request: @@ -6813,7 +6813,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/sms/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/sms/{stage_uuid}/ ###### Request: @@ -6847,7 +6847,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `DELETE` /stages/authenticator/static/{#123;stage_uuid}#125;/ +##### `DELETE` /stages/authenticator/static/{stage_uuid}/ ###### Parameters: @@ -6855,7 +6855,7 @@ Changed: `stage_uuid` in `path` > A UUID string identifying this Static Authenticator Setup Stage. -##### `GET` /stages/authenticator/static/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/static/{stage_uuid}/ ###### Parameters: @@ -6880,7 +6880,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/static/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/static/{stage_uuid}/ ###### Parameters: @@ -6920,7 +6920,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/static/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/static/{stage_uuid}/ ###### Parameters: @@ -6960,7 +6960,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/authenticator/totp/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/totp/{stage_uuid}/ ###### Return Type: @@ -6984,7 +6984,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/totp/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/totp/{stage_uuid}/ ###### Request: @@ -7028,7 +7028,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/totp/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/totp/{stage_uuid}/ ###### Request: @@ -7072,7 +7072,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/authenticator/validate/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/validate/{stage_uuid}/ ###### Return Type: @@ -7091,7 +7091,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/validate/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/validate/{stage_uuid}/ ###### Request: @@ -7125,7 +7125,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/validate/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/validate/{stage_uuid}/ ###### Request: @@ -7159,7 +7159,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/authenticator/webauthn/{#123;stage_uuid}#125;/ +##### `GET` /stages/authenticator/webauthn/{stage_uuid}/ ###### Return Type: @@ -7178,7 +7178,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/authenticator/webauthn/{#123;stage_uuid}#125;/ +##### `PUT` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: @@ -7212,7 +7212,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/authenticator/webauthn/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: @@ -7246,7 +7246,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/captcha/{#123;stage_uuid}#125;/ +##### `GET` /stages/captcha/{stage_uuid}/ ###### Return Type: @@ -7265,7 +7265,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/captcha/{#123;stage_uuid}#125;/ +##### `PUT` /stages/captcha/{stage_uuid}/ ###### Request: @@ -7299,7 +7299,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/captcha/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/captcha/{stage_uuid}/ ###### Request: @@ -7333,7 +7333,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/consent/{#123;stage_uuid}#125;/ +##### `GET` /stages/consent/{stage_uuid}/ ###### Return Type: @@ -7352,7 +7352,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/consent/{#123;stage_uuid}#125;/ +##### `PUT` /stages/consent/{stage_uuid}/ ###### Request: @@ -7386,7 +7386,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/consent/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/consent/{stage_uuid}/ ###### Request: @@ -7420,7 +7420,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/deny/{#123;stage_uuid}#125;/ +##### `GET` /stages/deny/{stage_uuid}/ ###### Return Type: @@ -7439,7 +7439,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/deny/{#123;stage_uuid}#125;/ +##### `PUT` /stages/deny/{stage_uuid}/ ###### Request: @@ -7473,7 +7473,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/deny/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/deny/{stage_uuid}/ ###### Request: @@ -7507,7 +7507,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/dummy/{#123;stage_uuid}#125;/ +##### `GET` /stages/dummy/{stage_uuid}/ ###### Return Type: @@ -7526,7 +7526,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/dummy/{#123;stage_uuid}#125;/ +##### `PUT` /stages/dummy/{stage_uuid}/ ###### Request: @@ -7560,7 +7560,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/dummy/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/dummy/{stage_uuid}/ ###### Request: @@ -7594,7 +7594,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/email/{#123;stage_uuid}#125;/ +##### `GET` /stages/email/{stage_uuid}/ ###### Return Type: @@ -7613,7 +7613,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/email/{#123;stage_uuid}#125;/ +##### `PUT` /stages/email/{stage_uuid}/ ###### Request: @@ -7647,7 +7647,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/email/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/email/{stage_uuid}/ ###### Request: @@ -7681,7 +7681,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/identification/{#123;stage_uuid}#125;/ +##### `GET` /stages/identification/{stage_uuid}/ ###### Return Type: @@ -7704,7 +7704,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/identification/{#123;stage_uuid}#125;/ +##### `PUT` /stages/identification/{stage_uuid}/ ###### Request: @@ -7746,7 +7746,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/identification/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/identification/{stage_uuid}/ ###### Request: @@ -7854,7 +7854,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/invitation/stages/{#123;stage_uuid}#125;/ +##### `GET` /stages/invitation/stages/{stage_uuid}/ ###### Return Type: @@ -7873,7 +7873,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/invitation/stages/{#123;stage_uuid}#125;/ +##### `PUT` /stages/invitation/stages/{stage_uuid}/ ###### Request: @@ -7907,7 +7907,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/invitation/stages/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/invitation/stages/{stage_uuid}/ ###### Request: @@ -7941,7 +7941,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/password/{#123;stage_uuid}#125;/ +##### `GET` /stages/password/{stage_uuid}/ ###### Return Type: @@ -7960,7 +7960,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/password/{#123;stage_uuid}#125;/ +##### `PUT` /stages/password/{stage_uuid}/ ###### Request: @@ -7994,7 +7994,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/password/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/password/{stage_uuid}/ ###### Request: @@ -8028,7 +8028,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/prompt/stages/{#123;stage_uuid}#125;/ +##### `GET` /stages/prompt/stages/{stage_uuid}/ ###### Return Type: @@ -8047,7 +8047,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/prompt/stages/{#123;stage_uuid}#125;/ +##### `PUT` /stages/prompt/stages/{stage_uuid}/ ###### Request: @@ -8081,7 +8081,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/prompt/stages/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/prompt/stages/{stage_uuid}/ ###### Request: @@ -8115,7 +8115,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/user_delete/{#123;stage_uuid}#125;/ +##### `GET` /stages/user_delete/{stage_uuid}/ ###### Return Type: @@ -8134,7 +8134,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/user_delete/{#123;stage_uuid}#125;/ +##### `PUT` /stages/user_delete/{stage_uuid}/ ###### Request: @@ -8168,7 +8168,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/user_delete/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/user_delete/{stage_uuid}/ ###### Request: @@ -8202,7 +8202,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/user_login/{#123;stage_uuid}#125;/ +##### `GET` /stages/user_login/{stage_uuid}/ ###### Return Type: @@ -8253,7 +8253,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/user_login/{#123;stage_uuid}#125;/ +##### `PUT` /stages/user_login/{stage_uuid}/ ###### Request: @@ -8323,7 +8323,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/user_login/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/user_login/{stage_uuid}/ ###### Request: @@ -8393,7 +8393,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/user_logout/{#123;stage_uuid}#125;/ +##### `GET` /stages/user_logout/{stage_uuid}/ ###### Return Type: @@ -8412,7 +8412,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/user_logout/{#123;stage_uuid}#125;/ +##### `PUT` /stages/user_logout/{stage_uuid}/ ###### Request: @@ -8446,7 +8446,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/user_logout/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/user_logout/{stage_uuid}/ ###### Request: @@ -8480,7 +8480,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/user_write/{#123;stage_uuid}#125;/ +##### `GET` /stages/user_write/{stage_uuid}/ ###### Return Type: @@ -8499,7 +8499,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/user_write/{#123;stage_uuid}#125;/ +##### `PUT` /stages/user_write/{stage_uuid}/ ###### Request: @@ -8533,7 +8533,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/user_write/{#123;stage_uuid}#125;/ +##### `PATCH` /stages/user_write/{stage_uuid}/ ###### Request: @@ -8709,7 +8709,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /flows/inspector/{#123;flow_slug}#125;/ +##### `GET` /flows/inspector/{flow_slug}/ ###### Return Type: @@ -9652,7 +9652,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `GET` /stages/prompt/prompts/{#123;prompt_uuid}#125;/ +##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ###### Return Type: @@ -9675,7 +9675,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PUT` /stages/prompt/prompts/{#123;prompt_uuid}#125;/ +##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: @@ -9717,7 +9717,7 @@ Changed response : **200 OK** > - `sidebar_left` - Sidebar Left > - `sidebar_right` - Sidebar Right -##### `PATCH` /stages/prompt/prompts/{#123;prompt_uuid}#125;/ +##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: