---
title: "POST /v1/{+parent}/overrides"
method: POST
path: "/v1/{+parent}/overrides"
tags: ["organizations"]
---

# POST /v1/{+parent}/overrides

`POST /v1/{+parent}/overrides`

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.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudApigeeV1TraceConfigOverride — A representation of a configuration override.
  - `samplingConfig` GoogleCloudApigeeV1TraceSamplingConfig — TraceSamplingConfig represents the detail settings of distributed tracing. Only the fields that are defined in the distributed trace configuration can be overridden using the distribute trace configuration override APIs.
    - `sampler` 'SAMPLER_UNSPECIFIED' | 'OFF' | 'PROBABILITY' — Sampler of distributed tracing. OFF is the default value.
    - `samplingRate` number, float — Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
  - `apiProxy` string — ID of the API proxy that will have its trace configuration overridden.
  - `name` string — ID of the trace configuration override specified as a system-generated UUID.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
