social.smallbury.actor.listTrustRevisions

lexicon.pds.smallbury.social

Documentation

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.

main query

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

dids array of string Required

No description available.

Output

Encodingapplication/json
revisions array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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."
}

Lexicon Garden

@