The method ________ is used to update a resource in a RESTful API built with CodeIgniter.
- MODIFY
- POST
- PUT
- UPDATE
In RESTful APIs, the 'PUT' method is commonly used for updating resources. It is essential to use the correct HTTP method to maintain RESTful principles.
Loading...
Related Quiz
- When a CodeIgniter application receives a JSON payload in a POST request, the first step in processing this data is to ________.
- When integrating a third-party library that requires database interactions, which CodeIgniter feature is most crucial for seamless integration?
- For setting multiple recipients in the Email Class, the ________ function is typically used.
- What is the primary purpose of form validation in web applications?
- For enhanced security, file upload paths should be kept outside the ________ directory.