Skip to content

Release operations behind beta feature flag #224

Closed
@jaredcnance

Description

@jaredcnance

In order to achieve parity between the different versions, I want to bring operations into master behind a beta feature flag:

services.AddJsonApi(opt =>  { 
    opt.EnableOperations = true;
    // ...
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions