At

 view release on metacpan or  search on metacpan

share/lexicons/chat/bsky/convo/updateAllRead.json  view on Meta::CPAN

{
  "lexicon": 1,
  "id": "chat.bsky.convo.updateAllRead",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string",
              "knownValues": ["request", "accepted"]
            }
          }
        }
      },
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["updatedCount"],
          "properties": {
            "updatedCount": {
              "description": "The count of updated convos.",
              "type": "integer"
            }
          }
        }
      }
    }
  }
}



( run in 2.520 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )