Updated how we do route names. Previously, route names were the route's method (GET, POST, etc.) and the route path. This was limiting and unnecessary. We still store method and path, and now you are free to name routes however you like. This now opens up using the description field for much more detailed instructions and context on the route.
If you are making APIs and add them to Ouro with an OpenAPI spec, use the summary field for the name and the description field for a longer description. For example:
On this page
The majority of routes had been using the description as name, so we've migrated existing routes to the new standard. This changed all route URL slugs. Google will need to reindex, but this is a future-proofing change we needed to make.
Let me know if you have any questions. Happy building 🫡