The v3 API uses standard HTTP methods for indicating the action to take on a resource.
Method | Action |
---|---|
GET | Retrieve a resource. |
POST | Create a new resource. |
PUT | Update a resource (including partial updates). |
DELETE | Remove a resource. |
The v3 API uses standard HTTP methods for indicating the action to take on a resource.
Method | Action |
---|---|
GET | Retrieve a resource. |
POST | Create a new resource. |
PUT | Update a resource (including partial updates). |
DELETE | Remove a resource. |