Skip to content

Instantly share code, notes, and snippets.

@isquick82
Last active February 19, 2019 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isquick82/7995ef18ea9240f2476afbfaa3fc41ee to your computer and use it in GitHub Desktop.
Save isquick82/7995ef18ea9240f2476afbfaa3fc41ee to your computer and use it in GitHub Desktop.
POST https://api.optimizely.com/v2/features
PATCH https://api.optimizely.com/v2/features/<feature_id>
Sample request payload:
{
"environments":{
"staging":{
"rollout_rules":[
{
"enabled":true
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment