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/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

successboolean required

Whether the auth config was updated

messagestring required

A human-readable result message

Changes

Changed in 3 of the 10 revisions of this API.13

    • added request discriminator

      request-body-discriminator-added

  • 42c590643dfb11See the full diff
    • removed the request property oneOf[subschema #1]/experimental

      request-property-removed

    • added the new optional request property oneOf[subschema #1]/sealed_credentials

      new-optional-request-property

    • added the new optional request property oneOf[subschema #1]/experimental

      new-optional-request-property