I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
In the documentation, I found a type-o
https://docs.squidex.io/02-documentation/developer-guides/api-overview/assets-api
the example code reads
Cache-Contro: public,max-age=<cache>
which should instead read:
Cache-Control: public,max-age=<cache>