Series Favorites - OsiriX-Foundation/KheopsAuthorization GitHub Wiki

Used to add a series to favorites. For adding a series, the calling user must have access to the series.

URL : /studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/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 or inbox must be set.

Success Response

  • Status : 204 No Content

Error Response

If the user is not found. If the seriesis not found.

  • Status : 404 Not Found