Update Cache Connection
Job API
Update Cache Connection
Create/update the cache connection used by the other caching API calls.
POST
Update Cache Connection
Authorizations
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
Body
application/json
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:
"Server=<Server URL>;Port=5432;User=username;Password=password;Database=cachedb;"
Response
200 - application/json
OK