[Strapi V4] Sends only one template and skips the templateId,templateReferenceId params
See original GitHub issueive been trying to send other templates i created, but doesnt seem to work.
plugin version: 2.0.5
{
templateId: 3,
templateReferenceId: 2,
}
the weird thing is that it sends only the first one showing on the list, it skips the given params, if i go and try to update the references to change the order, it’ll send the other tempalte instead, no idea why/how its doing this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
REST API - Strapi Developer Docs
Strapi automatically creates API endpoints when a content-type is created. API parameters can be used when querying API endpoints to refine the ...
Read more >CRUD operations with Entity Service API - Strapi documentation
Use Strapi's Entity Service API to perform CRUD (create, read, update, delete) operations on your content.
Read more >Sort & Pagination for REST API - Strapi Developer Docs
Queries can accept a sort parameter that allows sorting on one or multiple fields with the following syntaxes:.
Read more >Backend customization - Strapi Developer Documentation
The backend of Strapi can be customized according to your needs, so you can create your own backend behavior.
Read more >Routes - Strapi Developer Docs
Requests sent to Strapi on any URL are handled by routes. ... This is functionally the opposite of the only parameter. Array.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
its fixed now, thanks alot
I’ve missed some parameters during this commit 🧐
I’ve updated the README