Patch
/sys/v1/accounts/{acct_id}/replication/credentials/{credential_id}
This can be used to associate an app ID with the credential, and/or upload cert chains for the credential.
Security
HTTP
Type bearer
API Key
Header parameter nameAuthorization
Path parameters
acct_id
string (uuid) Required
credential_id
string (uuid) Required
Body parameters
A request to update a replication credential (e.g., associating it with an app ID).
Note that changing the credential from one type to another is disallowed; users should create a new credential instead.
OneOf
object
object
$type
string Required
Valid values[
"Certificate"
]
app_id
string (uuid) | null
certificate_chain
Array of string | null
string (byte)
Responses
2XX
Success result
Details about the admin app credential used to replicate objects from the source account.
OneOf
object
object
$type
string
Valid values[
"Certificate"
]
app_id
string (uuid) | null
credential_id
string
certificate_chain
Array of string | null
string (byte)