Replace Environment Variables Copy
POST {{host}}/za/v1/cards/:cardkey/environmentvariables
Sets the environment variables stored agains a specific card. Note: This replaces all variables and does not allow for patching
Request Body
{"variables"=>{"test1"=>"value11", "test2"=>"value22"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |