Fix registration URL

This commit is contained in:
Robbie Trencheny 2019-04-17 20:57:33 -07:00 committed by GitHub
parent d994b636b4
commit c1898d87f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: