docs: Add example values for REST api
Area of Improvement
For the REST API documentation, all of the examples only contain required fields, but not examples for values. As someone who is not intimately familiar with all the terms used throughout the rest of the documentation, it would make it simpler to see an example value eg:
POST deleteFiles. What is files? Is it an array of urls? What are customIds?
Link to related docs
https://docs.uploadthing.com/api-reference/openapi-spec
Additional information
No response
๐จโ๐งโ๐ฆ Contributing
- [ ] ๐โโ๏ธ Yes, I'd be down to file a PR implementing the suggested changes!
Good callout, will need to check if the tool we use for generating those docs supports this or if we will need to build something to support it.
This issue has been automatically marked as stale because it has not had any activity for 10 days. It will be closed in 5 days if no further activity occurs.
This issue has been closed because it has not had any activity for 5 days since being marked as stale.
Any updates?
I'm having hard time integrating the REST API on my application, I'll just use UTApi at the mean time...