LaunchDarkly docs
Search
/
Sign in
Get a demo
Home
Guides
SDKs
Integrations
API docs
Home
Guides
SDKs
Integrations
API docs
Overview
Access tokens
Account members
Account members (beta)
Account usage (beta)
AI configs (beta)
Applications (beta)
Approvals
Approvals (beta)
Audit log
Code references
Contexts
Context settings
Custom roles
Data Export destinations
Environments
Experiments
Feature flags
Feature flags (beta)
Flag import configurations (beta)
Flag links (beta)
Flag triggers
Follow flags
Holdouts (beta)
Insights charts (beta)
Insights deployments (beta)
Insights flag events (beta)
Insights pull requests (beta)
Insights repositories (beta)
Insights scores (beta)
Integration audit log subscriptions
Integration delivery configurations (beta)
Integrations (beta)
Layers
Metrics
Metrics (beta)
OAuth2 Clients
Persistent store integrations (beta)
Projects
Relay Proxy configurations
Release pipelines (beta)
Releases (beta)
Scheduled changes
Segments
Tags
Teams
Teams (beta)
Users
Users (beta)
User settings
Webhooks
Workflows
Workflow templates
POST
Create workflow template
DEL
Delete workflow template
GET
Get workflow templates
Other
Sign in
Get a demo
Overview
Workflow templates
Create workflow template
POST
https://
app.launchdarkly.com
/
api
/
v2
/
templates
Try it
Create a template for a feature flag workflow
Request
This endpoint expects an object.
key
string
Required
name
string
Optional
description
string
Optional
workflowId
string
Optional
stages
list of objects
Optional
Show 4 properties
projectKey
string
Optional
environmentKey
string
Optional
flagKey
string
Optional
Response
Workflow template response JSON
_id
string
_key
string
_creationDate
long
_ownerId
string
_maintainerId
string
_links
map from strings to objects
Show 2 properties
name
string
Optional
description
string
Optional
stages
list of objects
Optional
Show 5 properties
Errors
400
Create Workflow Template Request Bad Request Error
401
Create Workflow Template Request Unauthorized Error
403
Create Workflow Template Request Forbidden Error
429
Create Workflow Template Request Too Many Requests Error
Delete workflow template
Up Next
Built with