Skip to main content

Lock Attestation

POST 

/lockAttestation

This API can be used to lock a completed attestation, which is not locked. Once the attestation is locked using lockAttestation, no changes can be made to the attestation.

The Authorization must have Bearer followed by Token.

Mandatory params:

verifier - Indicates the approver/verifier username verifying the attestation request,

attid - Indicates the attestation id

Optional params:

comments

Request

Body

    attid string
    comments string
    verifier string

Responses

Lock Attestation

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    msg string
Loading...