provider Relay Proxy configurations POST
/api/v2/account/relay-auto-configs/{id}/reset @utdk/launchdarkly
/api/v2/account/relay-auto-configs/{id}/reset Reset Relay Proxy configuration key
Reset a Relay Proxy configuration's secret key with an optional expiry time for the old key.
- id path required
- The Relay Proxy configuration ID
- string
- expiry query
- 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.
- integer
Try it
Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.resetrelayautoconfig()