About Droptop Four changelog
Last updated 1 year ago
Was this helpful?
Gets the Droptop Four entire changelog
Changelog object
GET /v1/changelog HTTP/1.1 Host: api.droptopfour.com Accept: */*
Successful operation
{ "changelog": [ { "version": "text", "new_features": [ "text" ], "modifications": [ "text" ], "bug_fixes": [ "text" ] } ] }
Gets the changenotes of a specific Droptop version
The version of Droptop
Changenote for specific version
GET /v1/changelog/{version} HTTP/1.1 Host: api.droptopfour.com Accept: */*
{ "version": "text", "new_features": [ "text" ], "modifications": [ "text" ], "bug_fixes": [ "text" ] }