Study Favorites - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Used to add a study to favorites. For adding a study, the calling user must have access to the study.
URL : /studies/{StudyInstanceUID}/favorites
Method : PUT
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.
URL Parameters
album={album_id}
(Optional)inbox={boolean}
(Optional)album
orinbox
must be set.
Success Response
- Status :
204 No Content
Error Response
If the user is not found. If the study is not found.
- Status :
404 Not Found