Update Environment

PUT https://api.getpostman.com/environments/{{env uid}}

Updates the environment to persist the price and other details about the book

Request Body

{"environment"=>{"values"=>[{"key"=>"price", "value"=>"{{price}}"}, {"key"=>"product_url", "value"=>"{{product_url}}"}, {"key"=>"slack_webhook_url", "value"=>"{{slack_webhook_url}}"}, {"key"=>"title", "value"=>"{{title}}"}, {"key"=>"book name", "value"=>"{{book name}}"}, {"key"=>"env uid", "value"=>"{{env uid}}"}, {"key"=>"apikey", "value"=>"{{apikey}}"}, {"key"=>"author", "value"=>"{{author}}"}, {"key"=>"thumb_url", "value"=>"{{thumb_url}}"}]}}

HEADERS

KeyDatatypeRequiredDescription
x-api-keystring
Content-Typestring