App Connections

Update the specified LDAP Connection.

patch/api/v1/app-connections/ldap/{connectionId}

Path parameters

connectionIdstring uuid required

The ID of the LDAP Connection to be updated.

Request body

namestring

The updated name of the LDAP Connection. Must be slug-friendly.

descriptionstring nullable

The updated description of the LDAP Connection.

isPlatformManagedCredentialsfalse

Not supported for LDAP Connections.

gatewayIdstring uuid nullable

The Gateway ID to use for this connection.

gatewayPoolIdstring uuid nullable

The Gateway Pool ID to use for this connection.

isAutoRotationEnabledboolean

Whether or not automatic credential rotation is enabled for the LDAP Connection.

Response

Default Response

Changes

Changed in 1 of the 20 revisions of this API.32

  • 53fe4d80973f32See the full diff
    • removed subschema #1 subschema #2 from the allOf[subschema #2]/rotation request property anyOf list

      request-property-any-of-removed

    • removed the enum value false of the request property allOf[subschema #2]/isAutoRotationEnabled

      request-property-enum-value-removed

    • the allOf[subschema #2]/rotation request property type/format changed from / to object/

      request-property-type-changed

    • added the new optional request property allOf[subschema #2]/rotation/rotateAtUtc

      new-optional-request-property

    • added the new optional request property allOf[subschema #2]/rotation/rotationInterval

      new-optional-request-property