Enum HttpMethods
Enumeration of available HTTP methods for webhook transformations.
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public enum HttpMethods
Fields
Name | Description |
---|---|
DELETE | DELETE |
GET | GET |
PATCH | PATCH |
POST | POST |
PUT | PUT |