Reset Relay Proxy configuration key

Reset a Relay Proxy configuration's secret key with an optional expiry time for the old key.

Path parameters

idstringRequired
The Relay Proxy configuration ID

Headers

AuthorizationstringRequired

Query parameters

expirylongOptional
An expiration time for the old Relay Proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the Relay Proxy configuration will expire immediately.

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