app.chronosky.schedule.retryFailedPosts

chronosky.app

Documentation

Retry all failed posts for the authenticated user

main procedure

Retry all failed posts for the authenticated user

Input

Encodingapplication/json

Output

Encodingapplication/json
retriedCount integer Required

Number of posts that were retried

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",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "retriedCount"
      ],
      "properties": {
        "retriedCount": {
          "type": "integer",
          "description": "Number of posts that were retried"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Retry all failed posts for the authenticated user"
}

Lexicon Garden

@