Skip to content
Extraits de code Groupes Projets
Valider ca8a9d59 rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Fix JSON formatting in docs

parent fe9306f3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,7 +11,7 @@ When the app obtains/refreshes a registration ID from Firebase, it needs to send
The push notifications will be triggered by the notifications of the type you can normally find in `/api/v1/notifications`. However, the push notifications will not contain any inline content. They will contain JSON data of this format ("12" is an example value):
```json
{ notification_id: 12 }
{ "notification_id": 12 }
```
Your app can then retrieve the actual content of the notification from the `/api/v1/notifications/12` API endpoint.
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter