Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions public-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,12 @@
"DRAFT"
]
},
"error": {
"type": "string",
"nullable": true,
"description": "For posts in the ERROR state, the error message reported by the platform when it rejected the post (the same message shown in the calendar tooltip). `null` when the post did not fail or no platform message is available.",
"example": "Account banned from posting, please check TikTok account status"
},
"integration": {
"type": "object",
"properties": {
Expand Down
Loading