Creates a trace configuration override. The response contains a system-generated UUID, that can be used to view, update, or delete the configuration override. Use the List API to view the existing trace configuration overrides.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*/traceConfig}/overrides
Required. Parent resource of the trace configuration override. Use the following structure in your request. "organizations/*/environments/*/traceConfig".
[[["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 2025-07-09 UTC."],[[["This API endpoint allows users to create a trace configuration override using a POST request."],["The `parent` path parameter is required, formatted as \"organizations/*/environments/*/traceConfig\"."],["The request body must contain an instance of the `TraceConfigOverride`."],["A successful request returns a newly created `TraceConfigOverride` instance."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]