Update credential pool

View as MarkdownOpen in Claude

Add new credentials to an existing credential pool. This operation is additive - new credentials are appended to the existing pool rather than replacing them. The credentials service validates that no duplicate usernames exist. The credentials are provided as a CSV string where each line contains a username and password separated by a comma (e.g., “user4,pass4\nuser5,pass5”).

Authentication

AuthorizationToken

Header authentication of the form Token <token>

Path parameters

credential_pool_idstringRequired
Credential pool ID

Request

This endpoint expects an object.
credentialsstringRequired

CSV-formatted credentials to add (username,password per line)

Response

Credential pool updated successfully
credential_pool_idstring
The unique identifier for the updated credential pool

Errors

400
Bad Request Error
4XX
Client Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
502
Bad Gateway Error