Update an Exclusion GroupAsk AIpatch https://api.optimizely.com/v2/groups/{group_id}Update an exclusion group by ID.Path Paramsgroup_idint64requiredThe group ID of the Exclusion Group you want to changeBody ParamsA string in JSON format that includes all the fields you'd like to change for an Exclusion GrouparchivedbooleanDefaults to falseWhether the Exclusion Group has been archivedtruefalsedescriptionstringThe updated description of the Exclusion Groupentitiesarray of objectsArray of experiments or campaigns in the Exclusion Group, represented as a GroupEntity objectentitiesADD objectnamestringThe updated name of the Exclusion GroupResponses 200Return the updated Exclusion Group 400Invalid ID or request body supplied 401Invalid credentials 403You do not have permission to edit the specified Exclusion Group 404Experimentation Group not found defaultUnexpected errorUpdated 7 months ago