commit bc63c2add16ebd6f376afadcc8d44c6146f13dab parent 4d39f4fd1167c095827a404b1889f99118a0af71 Author: Antoine A <> Date: Wed, 8 Apr 2026 18:10:51 +0200 apns: fix API Diffstat:
| M | core/api-apns.rst | | | 11 | +---------- |
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/core/api-apns.rst b/core/api-apns.rst @@ -98,19 +98,10 @@ Device Registration :http:statuscode:`204 No Content`: The device have been registered. -.. http:delete:: /devices +.. http:delete:: /devices/{TOKEN} Register an iOS device. - **Request:** - - .. ts:def:: DeviceUnregistrationRequest - - interface DeviceUnregistrationRequest { - // Device token - token: string; - } - **Response:** :http:statuscode:`204 No Content`: