Skip to content

Releases: goauthentik/client-go

v3.2023031.16

04 Apr 17:19
Compare
Choose a tag to compare
Update API Client

v3.2023031.15

04 Apr 17:03
Compare
Choose a tag to compare
Update API Client

v3.2023031.14: Update API Client

02 Apr 15:03
Compare
Choose a tag to compare

What's Changed


GET /stages/authenticator/duo/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PUT /stages/authenticator/duo/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PATCH /stages/authenticator/duo/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/sms/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PUT /stages/authenticator/sms/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PATCH /stages/authenticator/sms/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/static/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PUT /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PATCH /stages/authenticator/static/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/totp/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PUT /stages/authenticator/totp/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PATCH /stages/authenticator/totp/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/webauthn/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PUT /stages/authenticator/webauthn/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
PATCH /stages/authenticator/webauthn/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property friendly_name (string)
POST /stages/authenticator/duo/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/duo/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorDuoStage Serializer

      • Added property friendly_name (string)
POST /stages/authenticator/sms/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/sms/
Parameters:

Added: friendly_name in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorSMSStage Serializer

      • Added property friendly_name (string)
POST /stages/authenticator/static/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/static/
Parameters:

Added: friendly_name in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorStaticStage Serializer

      • Added property friendly_name (string)
POST /stages/authenticator/totp/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/totp/
Parameters:

Added: friendly_name in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticatorTOTPStage Serializer

      • Added property friendly_name (string)
POST /stages/authenticator/webauthn/
Request:

Changed content type : application/json

  • Added property friendly_name (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property friendly_name (string)
GET /stages/authenticator/webauthn/
Parameters:

Added: friendly_name in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > AuthenticateWebAuthnStage Serializer

      • Added property friendly_name (string)

v3.2023031.13

02 Apr 13:04
Compare
Choose a tag to compare
Update API Client

v3.2023031.12

02 Apr 12:39
Compare
Choose a tag to compare
Update API Client

v3.2023031.11

01 Apr 15:46
Compare
Choose a tag to compare
Update API Client

v3.2023031.10: Update API Client

27 Mar 10:07
Compare
Choose a tag to compare

What's New


POST /stages/prompt/prompts/preview/

What's Changed


GET /flows/executor/{flow_slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    Updated ak-stage-prompt component:

    • Changed property fields (array)

      Changed items (object):
      > Serializer for a single Prompt field

      • Changed property type (string)
        • text - Text: Simple Text input
        • text_area - Text area: Multiline Text Input.
        • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
        • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
        • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
        • email - Email: Text field with Email type.
        • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
        • number - Number
        • checkbox - Checkbox
        • radio-button-group - Fixed choice field rendered as a group of radio buttons.
        • dropdown - Fixed choice field rendered as a dropdown.
        • date - Date
        • date-time - Date Time
        • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
        • separator - Separator: Static Separator Line
        • hidden - Hidden: Hidden field, can be used to insert data into form.
        • static - Static: Static value, displayed as-is.
        • ak-locale - authentik: Selection of locales authentik supports
POST /flows/executor/{flow_slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    Updated ak-stage-prompt component:

    • Changed property fields (array)

      Changed items (object):
      > Serializer for a single Prompt field

      • Changed property type (string)
        • text - Text: Simple Text input
        • text_area - Text area: Multiline Text Input.
        • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
        • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
        • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
        • email - Email: Text field with Email type.
        • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
        • number - Number
        • checkbox - Checkbox
        • radio-button-group - Fixed choice field rendered as a group of radio buttons.
        • dropdown - Fixed choice field rendered as a dropdown.
        • date - Date
        • date-time - Date Time
        • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
        • separator - Separator: Static Separator Line
        • hidden - Hidden: Hidden field, can be used to insert data into form.
        • static - Static: Static value, displayed as-is.
        • ak-locale - authentik: Selection of locales authentik supports
GET /stages/prompt/prompts/{prompt_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (string)
      • text - Text: Simple Text input
      • text_area - Text area: Multiline Text Input.
      • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
      • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
      • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
      • email - Email: Text field with Email type.
      • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
      • number - Number
      • checkbox - Checkbox
      • radio-button-group - Fixed choice field rendered as a group of radio buttons.
      • dropdown - Fixed choice field rendered as a dropdown.
      • date - Date
      • date-time - Date Time
      • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
      • separator - Separator: Static Separator Line
      • hidden - Hidden: Hidden field, can be used to insert data into form.
      • static - Static: Static value, displayed as-is.
      • ak-locale - authentik: Selection of locales authentik supports
PUT /stages/prompt/prompts/{prompt_uuid}/
Request:

Changed content type : application/json

  • Changed property type (string)
    • text - Text: Simple Text input
    • text_area - Text area: Multiline Text Input.
    • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
    • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
    • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
    • email - Email: Text field with Email type.
    • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
    • number - Number
    • checkbox - Checkbox
    • radio-button-group - Fixed choice field rendered as a group of radio buttons.
    • dropdown - Fixed choice field rendered as a dropdown.
    • date - Date
    • date-time - Date Time
    • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
    • separator - Separator: Static Separator Line
    • hidden - Hidden: Hidden field, can be used to insert data into form.
    • static - Static: Static value, displayed as-is.
    • ak-locale - authentik: Selection of locales authentik supports
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (string)
      • text - Text: Simple Text input
      • text_area - Text area: Multiline Text Input.
      • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
      • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
      • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
      • email - Email: Text field with Email type.
      • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
      • number - Number
      • checkbox - Checkbox
      • radio-button-group - Fixed choice field rendered as a group of radio buttons.
      • dropdown - Fixed choice field rendered as a dropdown.
      • date - Date
      • date-time - Date Time
      • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
      • separator - Separator: Static Separator Line
      • hidden - Hidden: Hidden field, can be used to insert data into form.
      • static - Static: Static value, displayed as-is.
      • ak-locale - authentik: Selection of locales authentik supports
PATCH /stages/prompt/prompts/{prompt_uuid}/
Request:

Changed content type : application/json

  • Changed property type (string)
    • text - Text: Simple Text input
    • text_area - Text area: Multiline Text Input.
    • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
    • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
    • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
    • email - Email: Text field with Email type.
    • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
    • number - Number
    • checkbox - Checkbox
    • radio-button-group - Fixed choice field rendered as a group of radio buttons.
    • dropdown - Fixed choice field rendered as a dropdown.
    • date - Date
    • date-time - Date Time
    • file - File: File upload for arbitrary files. File content will be available in flow context as data-URI
    • separator - Separator: Static Separator Line
    • hidden - Hidden: Hidden field, can be used to insert data into form.
    • static - Static: Static value, displayed as-is.
    • ak-locale - authentik: Selection of locales authentik supports
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property type (string)
      • text - Text: Simple Text input
      • text_area - Text area: Multiline Text Input.
      • text_read_only - Text (read-only): Simple Text input, but cannot be edited.
      • text_area_read_only - Text area (read-only): Multiline Text input, but cannot be edited.
      • username - Username: Same as Text input, but checks for and prevents duplicate usernames.
      • email - Email: Text field with Email type.
      • password - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
      • number - Number
      • checkbox - Checkbox
      • radio-button-group - Fixed choice field rendered as a group of radio buttons.
      • dropdown - Fixed choice field rendered as a dropdown.
      • date - Date
      • date-time - Date Time
        ...
Read more