fixing docs (#1231)
This commit is contained in:
parent
4da2f33892
commit
c26ae16060
|
@ -300,12 +300,14 @@ class CertificatesUpload(AuthenticatedResource):
|
||||||
|
|
||||||
{
|
{
|
||||||
"owner": "joe@example.com",
|
"owner": "joe@example.com",
|
||||||
"publicCert": "-----BEGIN CERTIFICATE-----...",
|
"body": "-----BEGIN CERTIFICATE-----...",
|
||||||
"intermediateCert": "-----BEGIN CERTIFICATE-----...",
|
"chain": "-----BEGIN CERTIFICATE-----...",
|
||||||
"privateKey": "-----BEGIN RSA PRIVATE KEY-----..."
|
"privateKey": "-----BEGIN RSA PRIVATE KEY-----..."
|
||||||
"destinations": [],
|
"destinations": [],
|
||||||
"notifications": [],
|
"notifications": [],
|
||||||
"replacements": [],
|
"replacements": [],
|
||||||
|
"roles": [],
|
||||||
|
"notify": true,
|
||||||
"name": "cert1"
|
"name": "cert1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue