About Droptop Four changelog
Last updated 10 months ago
Was this helpful?
Gets the Droptop Four entire changelog
/changelog
curl -L \ --url 'https://api.droptopfour.com/v1/changelog'
{ "changelog": [ { "version": "text", "new_features": [ "text" ], "modifications": [ "text" ], "bug_fixes": [ "text" ] } ] }
Gets the changenotes of a specific Droptop version
/changelog/{version}
The version of Droptop
curl -L \ --url 'https://api.droptopfour.com/v1/changelog/{version}'
{ "version": "text", "new_features": [ "text" ], "modifications": [ "text" ], "bug_fixes": [ "text" ] }