No description available.
Input
Encoding
application/jsontype
refat.ducs.relationships.setRelationship#type
Required
No description available.
userId
stringat-identifier
Required
Either a DID or an AT Protocol handle.
Output
Encoding
application/jsonErrors
relationshipUpdateFailed
relationshipNotUpdated
userNotFound
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": [
"userId",
"type"
],
"properties": {
"type": {
"ref": "at.ducs.relationships.setRelationship#type",
"type": "ref"
},
"userId": {
"type": "string",
"format": "at-identifier"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "relationshipUpdateFailed"
},
{
"name": "relationshipNotUpdated"
},
{
"name": "userNotFound"
}
],
"output": {
"schema": {
"ref": "at.ducs.relationships.defs#relationship",
"type": "ref"
},
"encoding": "application/json"
}
}