Retry all failed posts for the authenticated user
Input
Encoding
application/jsonOutput
Encoding
application/jsonretriedCount
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.
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"
}