OpenBeta / openbeta-graphql

The open source rock climbing API
https://openbeta.io
GNU Affero General Public License v3.0
41 stars 32 forks source link

ImportTicks operation will 413 if the user has too many ticks #405

Open drosseau opened 4 months ago

drosseau commented 4 months ago

The ImportTicks operation will 413 if the user has too many ticks. For example I have 700+ and it failed for me. The response is just Payload Too Large. I also noticed the user's UUID is repeated for every tick; it could probably be pulled out to the base of the request?