aptly
aptly copied to clipboard
Wrong API's route in the documentation for the merge snapshot feature
The documentation regarding the merge snapshot feature is missing a parameter:
The documentation indicate to use POST /api/snapshots/merge, which returns a 404.
The comment in the code says differently // @Router /api/snapshots/{name}/merge [post]