Possible enumeration values:
Name | Value | Description |
---|---|---|
Add |
1 |
The ADD method is used to upload a new specified resource. The basic ID shouldn´t be set but is returned by server response. |
Get |
2 |
The GET method requests a representation of the specified resource. Requests using GET should only retrieve data. |
Update |
4 |
The UPDATE method replaces all current representations of the target resource with the request payload. |
Delete |
8 |
The DELETE method deletes the specified resource. |
GetAll |
16 |
The GETALL method requests all available resources of one type for the current user. |