From c1898d87f4760910f1586870ec171bed47301280 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 17 Apr 2019 20:57:33 -0700 Subject: [PATCH] Fix registration URL --- docs/app_integration_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app_integration_setup.md b/docs/app_integration_setup.md index 2bd928af..61ec408d 100644 --- a/docs/app_integration_setup.md +++ b/docs/app_integration_setup.md @@ -32,7 +32,7 @@ You can confirm the `mobile_app` component has been loaded by checking the `comp ### Registering the device -To register the device, make an authenticated POST request to `/api/mobile_app/devices`. [More info on making authenticated requests.](auth_api.md#making-authenticated-requests) +To register the device, make an authenticated POST request to `/api/mobile_app/registrations`. [More info on making authenticated requests.](auth_api.md#making-authenticated-requests) Example payload to send to the registration endpoint: