API ReferenceExport StorageRedis

Update export storage

PATCH

Update a specific Redis export storage connection. You will need to provide the export storage ID. You can find this using List export storages.

For more information about working with external storage, see Sync data from external storage.

Path parameters

idintegerRequired
A unique integer value identifying this redis export storage.

Request

This endpoint expects an object.
db
integerOptional
Database ID of database to use
can_delete_objects
booleanOptional
Deletion from storage enabled.
title
stringOptional
Storage title
description
stringOptional
Storage description
project
integerOptional
Project ID
path
stringOptional
Storage prefix (optional)
host
stringOptional
Server Host IP (optional)
port
stringOptional
Server Port (optional)
password
stringOptional
Server Password (optional)

Response

This endpoint returns an object
db
integerOptional
Database ID of database to use
can_delete_objects
booleanOptional
Deletion from storage enabled.
title
stringOptional
Storage title
description
stringOptional
Storage description
project
integerOptional
Project ID
path
stringOptional
Storage prefix (optional)
host
stringOptional
Server Host IP (optional)
port
stringOptional
Server Port (optional)
password
stringOptional
Server Password (optional)