Update CSR for a pending reissue request

GET https://www.digicert.com/services/v2/request/{{request_id}}/csr
Use this endpoint to update the CSR for a pending request of reissue type.

Example request and response

cURL

curl -X POST \
  'https://www.digicert.com/services/v2/request/{{request_id}}/csr' \
  -H 'Content-Type: application/json' \
  -H 'X-DC-DEVKEY: {{api_key}}' \
  -d '{
  "csr": "<csr>"
}'

204 No Content

//empty

Request parameter

NameTypeReq/OptDescription
csrstringrequiredCSR to use for the certificate request.
Note: The request type must be reissue.