メインコンテンツへスキップ
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>"
}
'

承認

Authorization
string
header
必須

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

ボディ

application/json
connectionString
string
必須

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

レスポンス

200

OK