Skip to main content

Add Proof Version

Adds a new version of a proof. User must have the proof.update scope.

External Documentation

To learn more, visit the Hyperproof documentation.

Parameters

ParameterDescription
Proof IDThe unique identifier of the proof.

Example Output

{
"id": "4eb909de-51af-11ee-a644-522476618ae8",
"orgId": "ce83e3cd-5199-11ee-a644-522476618ae8",
"filename": "example.txt",
"contentType": "text/plain",
"fileExtension": "txt",
"size": 627,
"version": 0,
"source": "localComputer",
"ownedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"uploadedOn": "2023-09-12T20:59:47.694353Z",
"isPrivate": false,
"status": "active",
"createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"createdOn": "2023-09-12T20:59:47.694353Z",
"updatedOn": "2023-09-12T20:59:47.694353Z"
}

Workflow Library Example

Add Proof Version with Hyperproof and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop