Returns trust-record revision hints for a set of DIDs (mutual contacts, pending connections, self). Used on app foreground and on a timer so the client learns about de-trust or reciprocation without polling every PDS blindly.
Parameters
Output
Encoding
application/jsonrevisions
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"revisions"
],
"properties": {
"revisions": {
"type": "array",
"items": {
"ref": "social.smallbury.feed.list#trustRevision",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"dids"
],
"properties": {
"dids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 200,
"minLength": 1
}
}
},
"description": "Returns trust-record revision hints for a set of DIDs (mutual contacts, pending connections, self). Used on app foreground and on a timer so the client learns about de-trust or reciprocation without polling every PDS blindly."
}