...
| Bloc de code |
|---|
{
username: String,
notificationIdnotificationIds: [String]
} |
- username : Login de l'utilisateur (obligatoire)
- notificationId : tableau des Id de notification à passer comme "lues"
...
...
| Bloc de code |
|---|
{
username: String,
notificationIdnotificationIds: [String]
} |
...