Skip to content

MRPG-71 : Reworked "discover memory" API

Siméon Braga-Girousse requested to merge feature/MRPG-71 into main
  • Return type is now memory id (int) and not content : another API call is need to get content. This allows caller to also get other informations about the memory (discovery date, creating a link through id, etc.)
  • Renamed API to something more predictible : "discover-memory" is a game action (not a memory or item specific one). API is taggued games, items and memories for swagger.
Edited by Siméon Braga-Girousse

Merge request reports