Enum JsonApiEndpoints
- Namespace
- JsonApiDotNetCore.Controllers
- Assembly
- JsonApiDotNetCore.Annotations.dll
[PublicAPI]
[Flags]
public enum JsonApiEndpoints
Fields
All = Query | CommandCommand = Post | PostRelationship | Patch | PatchRelationship | Delete | DeleteRelationshipDelete = 256DeleteRelationship = 512GetCollection = 1GetRelationship = 8GetSecondary = 4GetSingle = 2None = 0Patch = 64PatchRelationship = 128Post = 16PostRelationship = 32Query = GetCollection | GetSingle | GetSecondary | GetRelationship