{"service":"LaunchDarkly REST API","base_url":"https://api.launchdarkly.com","auth":{"type":"apikey","header":"Authorization"},"intents":[{"id":"get_root","method":"GET","path":"/","returns":"Root resource categories"},{"id":"get_relay_proxy_configs","method":"GET","path":"/account/relay-auto-configs","returns":"List of relay proxy configurations"},{"id":"post_relay_proxy_config","method":"POST","path":"/account/relay-auto-configs","returns":"Created relay proxy configuration"},{"id":"get_relay_proxy_config","method":"GET","path":"/account/relay-auto-configs/{id}","params":{"id":"string"},"returns":"Single relay proxy configuration"},{"id":"delete_relay_proxy_config","method":"DELETE","path":"/account/relay-auto-configs/{id}","params":{"id":"string"},"returns":"Relay proxy configuration deleted"},{"id":"patch_relay_proxy_config","method":"PATCH","path":"/account/relay-auto-configs/{id}","params":{"id":"string"},"returns":"Modified relay proxy configuration"},{"id":"reset_relay_proxy_config","method":"POST","path":"/account/relay-auto-configs/{id}/reset","params":{"id":"string"},"returns":"Reset relay proxy configuration"},{"id":"get_audit_log_entries","method":"GET","path":"/auditlog","params":{"before":"number","after":"number","q":"string","limit":"number","spec":"string"},"returns":"List of audit log entries"},{"id":"get_audit_log_entry","method":"GET","path":"/auditlog/{resourceId}","params":{"resourceId":"string"},"returns":"Single audit log entry"},{"id":"get_destinations","method":"GET","path":"/destinations","returns":"List of data export destinations"},{"id":"post_destination","method":"POST","path":"/destinations/{projectKey}/{environmentKey}","params":{"projectKey":"string","environmentKey":"string"},"returns":"Created data export destination"},{"id":"get_destination","method":"GET","path":"/destinations/{projectKey}/{environmentKey}/{destinationId}","params":{"projectKey":"string","environmentKey":"string","destinationId":"string"},"returns":"Single data export destination"},{"id":"delete_destination","method":"DELETE","path":"/destinations/{projectKey}/{environmentKey}/{destinationId}","params":{"projectKey":"string","environmentKey":"string","destinationId":"string"},"returns":"Data export destination deleted"},{"id":"patch_destination","method":"PATCH","path":"/destinations/{projectKey}/{environmentKey}/{destinationId}","params":{"projectKey":"string","environmentKey":"string","destinationId":"string"},"returns":"Modified data export destination"},{"id":"get_feature_flags","method":"GET","path":"/flags/{projectKey}","params":{"projectKey":"string","environmentKey":"string","summary":"boolean","archived":"boolean","limit":"number","offset":"number","filter":"string","sort":"string","tag":"string"},"returns":"List of feature flags"},{"id":"post_feature_flag","method":"POST","path":"/flags/{projectKey}","params":{"projectKey":"string"},"returns":"Created feature flag"},{"id":"get_feature_flag","method":"GET","path":"/flags/{projectKey}/{featureFlagKey}","params":{"projectKey":"string","featureFlagKey":"string"},"returns":"Single feature flag"},{"id":"delete_feature_flag","method":"DELETE","path":"/flags/{projectKey}/{featureFlagKey}","params":{"projectKey":"string","featureFlagKey":"string"},"returns":"Feature flag deleted"},{"id":"patch_feature_flag","method":"PATCH","path":"/flags/{projectKey}/{featureFlagKey}","params":{"projectKey":"string","featureFlagKey":"string"},"returns":"Modified feature flag"},{"id":"copy_feature_flag","method":"POST","path":"/flags/{projectKey}/{featureFlagKey}/copy","params":{"projectKey":"string","featureFlagKey":"string"},"returns":"Copied feature flag configuration"}]}