Skip to main content
PATCH
Update Authentication Flow

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

applicationId
string<uuid>
required

The ID of the application

authFlowId
string<uuid>
required

The ID of the authentication flow to update

Body

application/json
name
string

Name of the authentication flow

description
string

Description of the authentication flow

Whether this is the recommended authentication flow

methods
enum<string>[]

Authentication methods in this flow

Available options:
username_password,
authenticator,
custom
custom_fields
object[]

Custom fields for this authentication flow

Response

authentication flow updated successfully

id
string<uuid>

Unique identifier for the authentication flow

name
string

Name of the authentication flow

description
string | null

Description of the authentication flow

Whether this is the recommended authentication flow

methods
string[]

Authentication methods in this flow

custom_fields
object[]

Custom fields for this authentication flow

created_at
string<date-time>

Timestamp when the authentication flow was created

updated_at
string<date-time>

Timestamp when the authentication flow was last updated