Skip to main content

Update site configuration

PATCH 

/sites/:siteId/configuration

Update the System Management configuration

Request

Path Parameters

    siteId stringrequired

    Site Identifier

Body

required

    chatGptApiKey string

    ChatGPT Api Key

    maxContentLengthBytes string

    Set Maximum Document Content Length in Bytes

    maxDocuments string

    Set Maximum number of Documents allowed

    maxWebhooks string

    Set Maximum number of Webhooks allowed

    notificationEmail string

    Email address to use for notifications

    ocr

    object

    maxPagesPerTransaction number

    Max number of OCR pages (-1 for unlimited)

    maxTransactions number

    Max number of OCR actions that can be created (-1 for unlimited)

    google

    object

    workloadIdentityAudience string

    Workload Identity Audience

    workloadIdentityServiceAccount string

    Workload Service Account

    docusign

    object

    userId string

    Docusign UserId

    integrationKey string

    Docusign Integration Key or ClientId

    rsaPrivateKey string

    Docusign Rsa Private Key

    hmacSignature string

    Enabled security with Docusign Connect using HMAC keys. When enabled these keys are known only by Docusign and your app, and will be used to sign all Connect messages sent from your Docusign account to your application.

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...