Need a proper way to insert content data in umbraco
We have successfully get the content using Umbraco Rest API but not able to found document or way to insert content data back using API.
If anyone can help me provide Umbraco API document which shares knowledge regarding API urls and what type of parameters we need to pass for CRUD operations.
I had found another way to inserting data i.e using Content Service but I am confused which is better way to perform CRUD operation using API or Service.
Help me out regarding which is better for CRUD operation. If anyone has any reference to API documentation, I would appreciate if you share with me.
Need a proper way to insert content data in umbraco
We have successfully get the content using Umbraco Rest API but not able to found document or way to insert content data back using API.
If anyone can help me provide Umbraco API document which shares knowledge regarding API urls and what type of parameters we need to pass for CRUD operations.
I had found another way to inserting data i.e using Content Service but I am confused which is better way to perform CRUD operation using API or Service.
Help me out regarding which is better for CRUD operation. If anyone has any reference to API documentation, I would appreciate if you share with me.
Thanks, Rikhav Shah
Can you provide some more information about what exactly you're trying to do? Without that, it's hard to provide recommendations.
Thanks David for the reply.
For reference, we are using the project you had provided the link in first point above.
Yes, we need to trigger the creation of Umbraco content from an external application.
We are trying something like this but it is giving 404 Not Found:
I think we are missing something in way to post the data to content API.
Hope you can help me out on this.
Thanks, Rikhav Shah
is working on a reply...