---
title: "Update Cache Connection"
method: POST
path: "/job/cacheConnection"
tags: ["Cache"]
---

# Update Cache Connection

`POST /job/cacheConnection`

Create/update the cache connection used by the other caching API calls.

## Request body

- CacheConnectionRequest
  - `connectionString` string, required — The connection string used to configure the user's PostgreSQL connection. The connection string contains the fields `Server`, `Port`, `User`, `Password`, and `Database`, separated by semicolons. Optionally, you can include `BrowsableSchemas` to limit the schemas.

## Response `200`

OK

---

[API](https://skmtc.net/cdata/apis/cdata-connect-ai-rest-api-embedded.md) · [All operations](https://skmtc.net/cdata/apis/cdata-connect-ai-rest-api-embedded/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cdata/cdata-connect-ai-rest-api-embedded/versions/c13133ad66c0/schema)
