RESTful APIs use HTTP requests to POST, READ, PUT, and DELETE data, often referred to as ______ operations.

  • Update
  • Edit
  • Modify
  • Update
In RESTful API design, these operations are often referred to as "CRUD" operations, which stands for Create, Read, Update, and Delete. The "Modify" operation corresponds to the "Update" operation in CRUD.
Add your answer
Loading...

Leave a comment

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