Skip to content

update feature flag

PUT
/api/v1/feature-flags

Controller:

github.com/raghavyuva/nixopus-api/internal/features/feature-flags/controller.(*FeatureFlagController).UpdateFeatureFlag

Middlewares:

  • github.com/go-fuego/fuego.defaultLogger.middleware
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1

Parameters

Header Parameters

Accept
Type
string

Request Body

*/*
JSON
{
"feature_name": "string",
"is_enabled": true
}

Responses

OK

JSON
{
"message": "string",
"status": "string"
}

Playground

Server
Headers
Body

Samples

Powered by VitePress OpenAPI

Made with love
Released under the Functional Source License (FSL)