Auth Configs

Update an authentication configuration

Modifies an existing authentication configuration with new credentials or other settings. Only specified fields will be updated.

patch/api/v3.1/auth_configs/{nanoid}

Path parameters

nanoidstring authConfigId required

The unique identifier of the authentication configuration to update

The unique identifier of the authentication configuration to update

Request body

OR

Response

Successfully updated auth config

object required

Changes

Changed in 4 of the 61 revisions of this API.24

  • 4a4a24bbe8fd11See the full diff
    • removed subschema #1 subschema #2 from the request body oneOf list

      request-body-one-of-removed

    • added subschema #1 subschema #2 to the request body oneOf list

      request-body-one-of-added

  • ad121cf38fe011See the full diff
    • removed subschema #1 subschema #2 from the request body oneOf list

      request-body-one-of-removed

    • added subschema #1 subschema #2 to the request body oneOf list

      request-body-one-of-added

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added