[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Updates labels assigned to a CSS domain by its CSS group."],["Requires an HTTP POST request to the specified endpoint with CSS group and domain IDs."],["Request body should contain LabelIds defining the list of label IDs for the CSS domain."],["Successful response returns the updated Css object."],["Requires authorization with the 'content' scope."]]],["This document details updating labels for a CSS domain within a CSS group. To update labels, send a POST request to the specified URL, including the required `cssGroupId` and `cssDomainId` path parameters. The request body must contain a `LabelIds` instance with a list of `labelIds` to be assigned. Successful requests return a `Css` instance. The operation requires `https://www.googleapis.com/auth/content` OAuth scope for authorization. LabelIds is represented in JSON with a list of labelIds.\n"]]