RetryFailedPostsResponse
retried_countinteger
destinations object[]
Array [
destination_idstring
post_idstring
platformstring
new_statusstring
Example:
queued]
messagestring
RetryFailedPostsResponse
{
"retried_count": 0,
"destinations": [
{
"destination_id": "string",
"post_id": "string",
"platform": "string",
"new_status": "queued"
}
],
"message": "string"
}