What does CRUD stand for in the context of RESTful APIs?

  • Code, Retrieve, Undo, Debug
  • Compile, Run, Update, Delete
  • Connect, Retrieve, Update, Deploy
  • Create, Read, Update, Delete
CRUD stands for Create, Read, Update, and Delete. It represents the four basic operations performed on data in a RESTful API.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *