No description available.
Input
Encoding
application/jsonactor
stringdid
Required
A decentralized identifier (DID).
allowAccess
boolean
Required
No description available.
ref
string
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"actor",
"allowAccess"
],
"properties": {
"ref": {
"type": "string"
},
"actor": {
"type": "string",
"format": "did"
},
"allowAccess": {
"type": "boolean"
}
}
},
"encoding": "application/json"
}
}