HTTPMethod Enum
A list of HTTP verbs supported by Device or Cloud Endpoints.
Possible Values
#
GET
A GET request
POST
A POST request
PUT
A PUT request
PATCH
A PATCH request
DELETE
A DELETE request
Usages
#
References
#
- Field method from IntegrationRoute
- Field methods from DeviceEndpoint
- Field methods from CloudEndpoint