Send ClientDataStatus after registering new device

This commit is contained in:
Jonas Lochmann
2022-11-28 01:00:00 +01:00
parent 41758c32f2
commit ae044c19d6
20 changed files with 242 additions and 33 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ On a invalid request body: HTTP status code 400 Bad request
On a invalid add device token: HTTP status code 401 Unauthorized
On success: a JSON object with the properties ``deviceAuthToken`` and ``ownDeviceId``,
both of the type string
On success: object with ``deviceAuthToken`` (string), ``ownDeviceId`` (string) and ``data`` (like a ``/sync/pull-status`` response)
## POST /child/update-primary-device