provider Views (beta) POST /api/v2/projects/{projectKey}/views
@utdk/launchdarkly /api/v2/projects/{projectKey}/views
Create view
Create a new view in the given project.
LD-API-Version header required
Version of the endpoint.
enum: beta
projectKey path required
string

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.

createview
POST/api/v2/projects/{projectKey}/views
Create a new view in the given project.

Parameters

required

Input

required

Unique key for the view within the account/project

required

Human-readable name for the view

Optional detailed description of the view

Member ID of the maintainer for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified.

Key of the maintainer team for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified.

Tags associated with this view

Enter a gateway URL above to enable sending.

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

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.createview()