PUT /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Updates and returns the specified Hyperdrive configuration.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
hyperdrive_id |
String | Yes | |
account_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
Define configurations using a unique string identifier. |
mtls |
Object | No | |
mtls.sslmode |
String | No |
Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA. |
mtls.ca_certificate_id |
String | No |
Define CA certificate ID obtained after uploading CA cert. |
mtls.mtls_certificate_id |
String | No |
Define mTLS certificate ID obtained after uploading client cert. |
name |
String | Yes | |
caching |
Object | No | |
created_on |
String | No |
Defines the creation time of the Hyperdrive configuration. |
origin |
Object | Yes | |
modified_on |
String | No |
Defines the last modified time of the Hyperdrive configuration. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.