[[["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: 2025-03-06 (UTC)."],[[["Create a FeatureView using an HTTP POST request to the specified endpoint with the FeatureView details in the request body."],["The request requires specifying the parent project using the `parent` path parameter and optionally a `workload` tag for tracking."],["Successful requests will return the newly created FeatureView instance in the response body."],["Proper authorization with the necessary OAuth scopes like `earthengine` or `cloud-platform` is required to make the request."]]],["A `POST` request to `https://earthengine.googleapis.com/v1/{parent=projects/*}/featureViews` creates a FeatureView. The `parent` path parameter, representing the project, is required. An optional `workloadTag` query parameter tracks the computation. The request body must contain a FeatureView instance, and a successful response returns the newly created FeatureView. Authorization requires specific OAuth scopes, including Earth Engine and Cloud Platform permissions.\n"]]