provider Relay Proxy configurations PATCH /api/v2/account/relay-auto-configs/{id}
@utdk/launchdarkly /api/v2/account/relay-auto-configs/{id}
Update a Relay Proxy config
Update a Relay Proxy configuration. Updating a configuration uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) or [JSON merge patch](https://datatracker.ietf.org/doc/html/rfc7386) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).
id path required
The relay auto config id
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
patchrelayautoconfig
PATCH/api/v2/account/relay-auto-configs/{id}
Update a Relay Proxy configuration. Updating a configuration uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) or [JSON merge patch](https://datatracker.ietf.org/doc/html/rfc7386) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).

Parameters

required

The relay auto config id

Input

required

Optional comment

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.patchrelayautoconfig()