Update a credential
Account Offer Credentials
Update a credential
Update the content of a single credential on an account offer. Sold credentials cannot be updated. Only available for non-legacy accounts.
PATCH
Update a credential
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the account offer
The ID of the credential
Body
application/json
The updated credential string
Maximum string length:
10000Example:
"Login: updateduser\nPassword: newpass123"
Response
Credential updated successfully
A single credential entry for an account offer (new format)