update the advanced part
@ -17,11 +17,10 @@ Please note that it may take up to 60 seconds for the new key to propagate to al
|
||||
|
||||
Now that you have an access token with admin privileges we can use that to perform changes in our Unleash instance.
|
||||
|
||||
In the example below we will use the [Unleash Admin API](../api/admin/features) to enable the “Demo” feature toggle sing curl.
|
||||
In the example below we will use the [Unleash Admin API](../api/admin/features) to enable the “Demo” feature toggle using curl.
|
||||
|
||||
```sh
|
||||
curl -X POST -H "Authorization: admintoken"
|
||||
https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on
|
||||
curl -X POST -H "Content-Type: application/json" -H "Authorization: admintoken" https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on
|
||||
```
|
||||
|
||||
**Great success!** We have now enabled the feature toggle. We can also verify that it was actually changed by the API user by navigating to the history (audit log) for this feature toggle.
|
||||
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 470 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 597 KiB |
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 529 KiB |
BIN
websitev2/static/img/context-fields-create.png
Normal file
After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 373 KiB |
BIN
websitev2/static/img/create_strategy.png
Normal file
After Width: | Height: | Size: 653 KiB |
Before Width: | Height: | Size: 259 KiB After Width: | Height: | Size: 608 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 624 KiB |
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 573 KiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 605 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 570 KiB |
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 562 KiB |
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 704 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 548 KiB |