chat.bsky.convo.acceptConvo

bsky-lexicons.bsky.social

Documentation

Marks a conversation as accepted, so it is shown in the list of accepted convos instead on the request convos.

main procedure

Marks a conversation as accepted, so it is shown in the list of accepted convos instead on the request convos.

Input

Encodingapplication/json
convoId string Required

No description available.

Output

Encodingapplication/json
rev string Optional

Rev when the convo was accepted. If not present, the convo was already accepted.

Errors

InvalidConvo
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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "convoId"
      ],
      "properties": {
        "convoId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidConvo"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "rev": {
          "type": "string",
          "description": "Rev when the convo was accepted. If not present, the convo was already accepted."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Marks a conversation as accepted, so it is shown in the list of accepted convos instead on the request convos."
}

Lexicon Garden

@