speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

`POST /runs`: cannot submit runs for other users as a super-mod #151

Closed audiosalix closed 2 years ago

audiosalix commented 2 years ago

Attempting to submit a run for another user gives a 400 error and the following response:

"Submitting runs for more than the currently authenticated user is not implemented yet, sorry."

I have no problems submitting runs for other users on another board for which I am also super mod. The only difference between this submission and the ones that succeed is that this category currently has no runs, and that the category is multiplayer, although the run I am submitting has only a single player

audiosalix commented 2 years ago

Solved, the category I was trying to submit to was set to "exact player count" so the singleplayer run couldn't be submitted. The error message was not helpful to discovering this.