Skip to main content
PATCH
Update a credential

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account
integer
required

The ID of the account offer

credential
integer
required

The ID of the credential

Body

application/json
credentials
string
required

The updated credential string

Maximum string length: 10000
Example:

"Login: updateduser\nPassword: newpass123"

Response

Credential updated successfully

data
object

A single credential entry for an account offer (new format)