Home > Back-end >  How to post data to sanity cms
How to post data to sanity cms

Time:05-13

Hi I want to POST more data on my sanity project database. To add data to the server like we do in the sanity studio

How can I do that?

CodePudding user response:

You can add to / edit your data using the Mutation API or the patch method on the client. The other clients (.NET, PHP, etc.) have equivalent methods.

  • Related