v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCertificate Outlines
Edit a certificate outline
🔑
Required OAuth scope: certificateOutlines:write.
Edits specific fields of an existing certificate outline. Fields not included in the request payload remain unchanged.
patch/api/v2/certificate-outlines/{certificateOutlineId}
Path parameters
certificateOutlineIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the certificate outline.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"title": "Certificate of Completion",
"groupId": "507f1f77bcf86cd799439011",
"bodyHtml": "<p>This certificate ensures [person_first_name] [person_last_name] received a certificate on [path_title] <br> This certificate was delivered by Training Organization <br> Contact: training@organization.com </p>",
"authenticityVerificationUrlWording": "You can also find this document on the Internet at the following address: [authenticity_verification_url]",
"backgroundImageId": "507f1f77bcf86cd799439011",
"logoImageId": "507f1f77bcf86cd799439011",
"referenceNumberWording": "Reference number: [reference_number]",
"subtitle": "Certificate topic",
"validityPeriodWording": "This certificate is valid for a period of [validity_period] months"
}Response
Returns the updated certificate outline.
Example response
{
"title": "Certificate of Completion",
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011"
}