Operation Properties - HTTP tab
- GET
- Retrieves (reads) a representation of the resource specified by the URI, returning the representation in JSON. Default.
- POST
- Creates a new resource using the specified URI.
- PUT
- Updates an existing resource identified by the URI.
- DELETE
- Delete the resource identified by the specified URI.