[[["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-01-30 UTC."],[[["Creates a new account label that is not assigned to any specific account."],["Sends a POST request to the specified URL with details about the label in the request body."],["Requires authorization using OAuth scopes, specifically `https://www.googleapis.com/auth/content`."],["If successful, the response includes the newly created account label details."]]],["This document details how to create a new, unassigned label via an HTTP POST request to the specified endpoint. The `accountId` is a required path parameter. The request body must include an `AccountLabel` instance, and upon success, the response body returns the newly created `AccountLabel`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. You can use \"Try it!\" to test this call.\n"]]