cURL
curl --request PATCH \ --url http://localhost:52000/api/v1/environments/{environmentId}/variables \ --header 'Content-Type: application/json' \ --data ' { "removed": [ 123 ], "updated": [ { "id": 123, "key": "<string>", "value": "<string>", "active": true } ], "added": [ { "key": "<string>", "value": "<string>" } ] } '
Documentation IndexFetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
No Content