Certificate Providers
Update Certificate Provider
Given a certificate provider ID, update the certificate provider.
put/v1/certificate/provider/{certificate_provider_id}/
Path parameters
certificate_provider_idinteger required
Request body
Example request
{
"name": "Salus Pro"
}Response
Successful Response
Example response
{
"data": {
"name": "Salus Pro",
"id": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.