Trust Registry Proof Templates
Assigns a proof template to a trust registry
POSThttps://api-testnet.dock.io/trust-registries/{registryId}/proof-templates
Path parameters
registryId*string
A trust registry id
registryId*string
A Trust Registry ID
Body
Proof template ID
id*string
The proof template ID
"a6cd414a-6eba-4241-9a9c-6f75864edbd5"
Response
Trust Registry has been assigned the proof template
Request
Response
Get Trust Registry proof templates
Returns the Trust Registry proof templates
GEThttps://api-testnet.dock.io/trust-registries/{registryId}/proof-templates
Path parameters
registryId*string
A trust registry id
Query parameters
Response
List of proof templates
Body
total*integer
Total number of proof templates
200
list*array of ProofRequest (object)
Request
Response
Remove Trust Registry proof template
Removes a Trust Registry proof template
DELETEhttps://api-testnet.dock.io/trust-registries/{registryId}/proof-templates/{templateId}
Path parameters
registryId*string
A trust registry id
templateId*string
A proof template id
Response
Trust Registry proof template has been deleted
Request
Response
Last updated