PATCH /v2/titles_users/:id
Update a titles user
PUT /v2/titles_users/:id
Update a titles user
live_help Notes
assignment
This action requires one of theses roles:
Advanced tutor
settings Params
Param name | Description |
---|---|
id |
required
. Must be String
The requested id |
titles_user | optional , nil allowed . Must be a Hash |
titles_user[title_id] |
optional
. Must be Fixnum
The title id. Must be unique in the scope of a given user. |
titles_user[user_id] |
optional
. Must be Fixnum
The user id. |