[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-04-30 (UTC)."],[[["Creates a new space using an HTTP POST request to the specified URL."],["The request body should contain a `Space` object, and a successful response will return the newly created `Space` object."],["Requires authorization with the `https://www.googleapis.com/auth/meetings.space.created` scope to create spaces."]]],["This document details how to create a space using the Google Meet API. A `POST` request is sent to `https://meet.googleapis.com/v2/spaces`, with the request body containing a `Space` instance. Upon success, the response body returns a newly created `Space` instance. The process requires authorization using the `https://www.googleapis.com/auth/meetings.space.created` OAuth scope, and follows gRPC Transcoding syntax for the URL.\n"]]