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
Path Parameters
path stringrequired
- multipart/form-data
Body
attid string
comments string
verifier string
Responses
- 200
Lock Attestation
Response Headers
Date
string
Server
string
Set-Cookie
string
Transfer-Encoding
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Lock Attestation
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Successful"
}
{
"errorCode": "0",
"msg": "Successful"
}
Loading...