Update an existing DCV provider configuration

Update an existing DCV provider configuration

Body required
application/json

DCV provider configuration to update

name
string required

Unique name of the DCV provider configuration

type
string required

Provider type discriminator

Value DIGICERT
endpoint
string required

DigiCert API endpoint URL

credentials
string required

Name of the credentials configuration holding the DigiCert API key

proxy
string | null

Name of the HTTP proxy configuration to use

timeout
string | null (FiniteDuration)

Request timeout

Responses
  • 200 DCV provider configuration successfully updated
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Unique name of the DCV provider configuration

    type
    string required

    Provider type discriminator

    Value DIGICERT
    endpoint
    string required

    DigiCert API endpoint URL

    credentials
    string required

    Name of the credentials configuration holding the DigiCert API key

    proxy
    string | null

    Name of the HTTP proxy configuration to use

    timeout
    string | null (FiniteDuration)

    Request timeout

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error