cURL
curl --request POST \ --url https://id.lunarmc.ai/api/feature_flags/features/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Create a new feature definition
JWT token obtained from /api/get_token/
Feature created
Was this page helpful?