this post was submitted on 25 Jul 2025
7 points (100.0% liked)
PieFed API & mobile app dev
90 readers
1 users here now
Announcements and discussions about the PieFed API - changes, improvements and general co-ordination between the frontend developers and the core of PieFed.
founded 3 weeks ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok, I was able to reproduce this and made a PR for a fix. This issue only pops up when a user has instance blocks and works fine otherwise, which is why others in this thread (and myself when I was testing) aren't running into issues.
The root cause really is that I was creating schema for input and output validation to match the manually created swagger docs, but the output for
instance_blocks
was different than specified (and I marked it as a required field, likely from a copy/paste error). So, thanks for helping us as we are going through endpoints and making them self-documenting.Thank you!