← Retour à la liste des opérations
Mutation

markAllNotificationsRead

markAllNotificationsRead: Boolean!

Informations d'appel

Point d'accès

https://api.revclic.com/

Méthode

POST

Authentification

Jeton Bearer (JWT)

Retourne

Boolean!

Arguments

Cette opération n'attend aucun paramètre.

Exemple de requête GraphQL

mutation ExecuteMarkAllNotificationsRead {
  markAllNotificationsRead
}

Exemple de variables

{}

Payload JSON complet

{
  "query": "mutation ExecuteMarkAllNotificationsRead {\n  markAllNotificationsRead\n}",
  "variables": {}
}

Exemple cURL à tester

curl -X POST https://api.revclic.com/ \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <token>" \
  -d '{
  "query": "mutation ExecuteMarkAllNotificationsRead {\n  markAllNotificationsRead\n}",
  "variables": {}
}'