Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").
Request body
The request body contains data with the following structure:
Required. The feed details. The field name must be empty and it will be generated in the format of: projects/projectNumber/feeds/feedId folders/folder_number/feeds/feedId organizations/organization_number/feeds/feedId
Response body
If successful, the response body contains a newly created instance of Feed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["This page details how to create a feed to track asset updates within a specified parent project, folder, or organization."],["The process involves sending a `POST` request to a designated URL, which is defined by gRPC Transcoding syntax and includes a required `parent` path parameter that must be a valid organization number, folder number, project ID, or project number."],["The request body must be provided in JSON format, including a unique `feedId` string and the `feed` object containing the feed's details, while the response body, if successful, returns the newly created feed instance."],["Authorization for creating a feed requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]