Update a Relay Proxy config

PATCH
/api/v2/account/relay-auto-configs/:id

Update a Relay Proxy configuration. Updating a configuration uses a JSON patch or JSON merge patch representation of the desired changes. To learn more, read Updates.

Path parameters

idstringRequired

The relay auto config id

Request

This endpoint expects an object.
patchlist of objectsRequired

A JSON patch representation of the change to make

commentstringOptional

Optional comment

Response

Relay auto config response

_idstring

The ID of the Relay Proxy configuration

namestring

A human-friendly name for the Relay Proxy configuration

policylist of objects

A description of what environments and projects the Relay Proxy should include or exclude

fullKeystring

The Relay Proxy configuration key

displayKeystring

The last few characters of the Relay Proxy configuration key, displayed in the LaunchDarkly UI

creationDatelong

Timestamp of when the Relay Proxy configuration was created

lastModifiedlong

Timestamp of when the Relay Proxy configuration was most recently modified

_creatorobjectOptional

Details on the member who created this Relay Proxy configuration

_accessobjectOptional

Details on the allowed and denied actions for this Relay Proxy configuration

Errors

Built with