fimfiction-issues
fimfiction-issues copied to clipboard
API cannot revoke story submission
PATCH /api/v2/stories/:id
{
"data": {
"type": "story",
"attributes": {
"submitted": false
}
}
}
The above payload with the above endpoint does nothing. "submitted": true
does add a story to the approval queue, but revoking the submission does not work.
Update: Just tested, "submitted": true
fails with error 500 for a story with fewer than 1000 published words. (Failing to submit is good, but the error is unhelpful.) However, "submitted": false
still fails to do anything, with no error response.