v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBCertificates
Update Certificate
Update an existing certificate with the given identifier
put/v1/certificate/{certificate_id}/
Path parameters
certificate_idinteger required
Request body
Example request
{
"type": "First Aid",
"userId": 1,
"expiryDate": "2027-07-17T21:40:53.248392",
"trainingCompanyId": 13,
"approved": true,
"approvedByUserId": 13,
"offline": true,
"providerId": 15,
"companyCertificationTypeId": 12
}Response
Successful Response
Example response
{
"data": {
"type": "First Aid",
"userId": 1,
"expiryDate": "2027-07-17T21:40:53.248392",
"trainingCompanyId": 13,
"approved": true,
"approvedByUserId": 13,
"offline": true,
"providerId": 15,
"id": 1,
"url": "/upload/example-certificate.jpg",
"urlBack": "/upload/example-certificate-back.jpg"
}
}