Update Proxy CRL

Update Proxy CRL

Update a proxy certificate revocation list in PEM format.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/proxies/{id}/crl
COPY
Path Parameters
string
id
Required

id


Request Body
updateProxyCRLProxycrl of type(s) application/x-pkcs7-crl
Optional
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/x-pkcs7-crl' -d '[{}]' https://{api_host}/cloudapi/1.0.0/proxies/{id}/crl