Changelog endpoints
About Droptop Four changelog
Gets the changenotes of a specific Droptop version
Path parameters
versionstringRequired
The version of Droptop
Responses
200
Successful operation
application/json
Changenote for specific version
versionstringOptional
The version of Droptop
new_featuresstring[]Optional
List of new features added
modificationsstring[]Optional
List of modifications made
bug_fixesstring[]Optional
List of bugs fixed
400
Invalid Droptop version
application/json
404
Changenote not found
application/json
get
/changelog/{version}Last updated