Update site configuration
PATCH/sites/:siteId/configuration
Update the System Management configuration
Request
Path Parameters
Site Identifier
- application/json
Body
required
ChatGPT Api Key
Set Maximum Document Content Length in Bytes
Set Maximum number of Documents allowed
Set Maximum number of Webhooks allowed
Email address to use for notifications
ocr
object
Max number of OCR pages (-1 for unlimited)
Max number of OCR actions that can be created (-1 for unlimited)
google
object
Workload Identity Audience
Workload Service Account
docusign
object
Docusign UserId
Docusign Integration Key or ClientId
Docusign Rsa Private Key
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
- 400
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Result message
{
"message": "string"
}
400 OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
List of errors
Error Key
Error Message
{
"errors": [
{
"key": "string",
"error": "string"
}
]
}