FlagEndpoints

pillars.flags.FlagController.FlagEndpoints
object FlagEndpoints

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def edit: Endpoint[Unit, (Flag, FlagDetails), (StatusCode, View), FeatureFlag, Any]
def get: Endpoint[Unit, Flag, (StatusCode, View), FeatureFlag, Any]
def list: Endpoint[Unit, Unit, (StatusCode, View), List[FeatureFlag], Any]