Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Add a new admin API to create a new device for a user #15611

Merged
merged 4 commits into from
May 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/admin_api/user_admin_api.md
Co-authored-by: Patrick Cloke <[email protected]>
sandhose and clokep authored May 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e57595bd1a67fe71ea365e1380f84b3fdbe474d4
3 changes: 2 additions & 1 deletion docs/admin_api/user_admin_api.md
Original file line number Diff line number Diff line change
@@ -815,7 +815,8 @@ The following fields are returned in the JSON response body:

### Create a device

Creates a new device for a specific `user_id`.
Creates a new device for a specific `user_id` and `device_id`. Does nothing if the `device_id`
exists already.

The API is: