Changelogs
Controller
@RestController
@RequestMapping(path = "BASE_EQUINOX_ENDPOINT + USERS_KEY + "/{" + IDENTIFIER_KEY + "}/" + CHANGELOGS_KEY"
)
The ChangelogsController
class is
useful to manage all the changelog operations
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxController
Properties
Functions
Link copied to clipboard
@DeleteMapping(path = "{" + CHANGELOG_IDENTIFIER_KEY + "}",
headers = []
)
Method to delete a changelog
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@GetMapping(headers = []
)
Method to get a changelogs list
Link copied to clipboard
@GetMapping(path = ""/" + UNREAD_CHANGELOGS_ENDPOINT",
headers = []
)
Method to get an unread changelogs list
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@PatchMapping(path = "{" + CHANGELOG_IDENTIFIER_KEY + "}",
headers = []
)
Method to read a changelog
Link copied to clipboard