Which HTTP method is typically used for creating a new resource in a RESTful API?
- DELETE
- GET
- POST
- PUT
The HTTP method used for creating a new resource in a RESTful API is POST. It submits data to be processed to a specified resource.
Loading...
Related Quiz
- The "git branch" command is used to _______.
- In a project, you have a table with millions of records, and your queries are taking too long to execute. What strategies would you employ to optimize the performance of the database?
- The command "git reflog" displays a _______ of actions that have been taken in the repository.
- What are some common strategies for resolving merge conflicts in Git?
- The process of verifying the identity of a user or system is known as _______.