Skip to main content
POST
/
job
/
cacheConnection
Update Cache Connection
curl --request POST \
  --url https://cloud.cdata.com/api/job/cacheConnection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connectionString": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

Body

application/json
connectionString
string
required

The connection string used to configure the user's PostgreSQL connection.

Response

200

OK