Update Cache Connection
Job API
キャッシュコネクションの更新
他のキャッシュ API 呼び出しで使用するキャッシュコネクションを作成または更新します。
POST
Update Cache Connection
承認
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
ボディ
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.
例:
"Server=<Server URL>;Port=5432;User=username;Password=password;Database=cachedb;"
レスポンス
200 - application/json
OK