The project ID for this request, in the format projects/[PROJECT_ID].
Authorization requires the following Google IAM permission on the specified resource parent:
runtimeconfig.configs.create
Query parameters
Parameters
requestId
string
An optional but recommended unique requestId. If the server receives two create() requests with the same requestId, then the second request will be ignored and the first resource created and stored in the backend is returned. Empty requestId fields are ignored.
It is responsibility of the client to ensure uniqueness of the requestId strings.
requestId strings are limited to 64 characters.
Request body
The request body contains an instance of RuntimeConfig.
Response body
If successful, the response body contains a newly created instance of RuntimeConfig.
[[["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 2018-10-17 UTC."],[[["This endpoint creates a new RuntimeConfig resource, which requires a unique configuration name within the project."],["The HTTP request is a `POST` to a specific URL structure that includes the project ID in the format `projects/[PROJECT_ID]`."],["The `parent` path parameter specifies the project ID and requires `runtimeconfig.configs.create` IAM permission for authorization."],["An optional `requestId` query parameter can be included to ensure idempotent resource creation, preventing duplicate resources."],["The request and response bodies both contain instances of the `RuntimeConfig` resource, and the process requires specific OAuth scopes for authorization, such as `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig`."]]],[]]