Attest A Claim
Attest a particular claim
POST
/api/v1/{entity-type}/claims/{claimId}/attest
Path Parameters
Name | Type | Description |
---|---|---|
entity-type* | String | Type of entity to which claim was sent |
claimId* | String | ID of claim that is to be attested |
Headers
Name | Type | Description |
---|---|---|
authorization* | String | Set to |
content-type* | String | Set to |
Request Body
Name | Type | Description |
---|---|---|
{ | String | action type can be either |
Usage
cURL
HTTPie
{registry-url}
is usually http://localhost:{port}. The port can be found under the registry
section in the docker-compose.yml
file and is usually 8081
Last updated