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

    attidstring
    Example: 19
    commentsstring
    Example: locking comment
    verifierstring
    Example: admin

Responses

Lock Attestation

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Successful