v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Applications

Update Authentication Flow

Updates an existing authentication flow.

patch/v1/applications/{application_id}/auth-flows/{auth_flow_id}

Path parameters

application_idstring uuid required

The ID of the application

auth_flow_idstring uuid required

The ID of the authentication flow to update

Request body

namestring

Name of the authentication flow

descriptionstring

Description of the authentication flow

is_recommendedboolean

Whether this is the recommended authentication flow

methodsstring[]

Authentication methods in this flow

Response

Authentication flow updated successfully

idstring uuid

Unique identifier for the authentication flow

namestring

Name of the authentication flow

descriptionstring nullable

Description of the authentication flow

is_recommendedboolean

Whether this is the recommended authentication flow

methodsstring[]

Authentication methods in this flow

created_atstring date-time

Timestamp when the authentication flow was created

updated_atstring date-time

Timestamp when the authentication flow was last updated