v1

latestOpenAPI 3.1.02026-07-26474165.4 KB
Cache

Update Cache Connection

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

post/job/cacheConnection

Request body

connectionStringstring 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.

Example request

{
  "connectionString": "Server=<Server URL>;Port=5432;User=username;Password=password;Database=cachedb;"
}

Response

OK