Update a PRO credential set
Pro Credentials
Update a PRO credential set
PATCH /pro-credentials/
PATCH
Update a PRO credential set
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
PATCH /pro-credentials/ Description: Partial update. Any field omitted is left unchanged. Ifcredentials is provided it fully replaces the stored (decrypted,
then re-encrypted) payload — it is not merged with the existing
credential fields. submissionMethod defaults to the existing
value when building the new credentials object.
Authorization:
- Required role:
adminor higher - Requires an active
publisheraddon
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Body
application/json
Available options:
SFTP, API, EMAIL Write-only credential payload. Fields used depend on submissionMethod; unused fields are ignored.
Example:
{
"host": "sftp.example-pro.org",
"port": 22,
"username": "royalti-tenant-19",
"password": "••••••••"
}