Skip to main content
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. If credentials 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: admin or higher
  • Requires an active publisher addon
Method: PATCH

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Body

application/json
societyName
string | null
accountId
string
submissionMethod
enum<string>
Available options:
SFTP,
API,
EMAIL
credentials
object

Write-only credential payload. Fields used depend on submissionMethod; unused fields are ignored.

Example:
endpointConfig
object
isActive
boolean

Response

Credential set updated

status
string
Example:

"success"

data
object

Serialized row — never includes the credential payload (see the tag description).