Scheduled changes
List scheduled changes
Get a list of scheduled changes that will be applied to the feature flag.
get/api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key
The feature flag key
environmentKeystring string required
The environment key
The environment key
Response
Scheduled changes collection response
Example response
{
"items": [
{
"_maintainerId": "12ab3c45de678910abc12345",
"_version": 1
}
]
}