Create Release: JSON Body

POST https://amplitude.com/api/2/release

Create a release.

Request Body

{"chart_visibility"=>"true", "created_by"=>"", "description"=>"Releasing the new paid feature. ", "platforms"=>"iOS", "release_end"=>"2022-01-01 00:00:00", "release_start"=>"2022-01-01 00:00:00", "title"=>"Big new feature", "version"=>"3.5"}

RESPONSES

status: OK

{"success":true,"release":{"id":"xbcehyc","app_id":360829,"org_id":154958,"version":"3.5","release_start":"2022-01-01 00:00:00","release_end":"2022-01-01 00:00:00","type":"integration","title":"Big new feature","description":"Releasing the new paid feature. ","platforms":["iOS"],"chart_visibility":true,"params":{"created":1646324226364,"created_by":"","last_modified":1646324226364,"last_modified_by":""}}}