cURL
curl --request POST \ --url https://id.lunarmc.ai/api/feature_flags/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "feature": 123, "client_id": 123, "is_enabled": true } '
Assign a feature flag to a client
JWT token obtained from /api/get_token/
Feature flag created
Was this page helpful?