Update export storage

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.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Request

This endpoint expects an object.
dbintegerOptional
Database ID of database to use
can_delete_objectsbooleanOptional
Deletion from storage enabled.
titlestringOptional
Storage title
descriptionstringOptional
Storage description
projectintegerOptional
Project ID
pathstringOptional

Storage prefix (optional)

hoststringOptional

Server Host IP (optional)

portstringOptional

Server Port (optional)

passwordstringOptional

Server Password (optional)

Response

dbinteger or null
Database ID of database to use
can_delete_objectsboolean or null
Deletion from storage enabled.
titlestring or null
Storage title
descriptionstring or null
Storage description
projectinteger or null
Project ID
pathstring or null

Storage prefix (optional)

hoststring or null

Server Host IP (optional)

portstring or null

Server Port (optional)

passwordstring or null

Server Password (optional)