action launchdarkly_get_flag_config_scheduled_changes_conflicts { label: "Lists conflicts between the given instructions and any existing scheduled changes for the feature flag. The actual HTTP verb should be REPORT, not POST." provider: launchdarkly method: POST path: "/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes-conflicts" encoding: json output: { type: "object" additionalProperties: true } }