Add a series - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Used to add a series. For adding a series, the user must be an admin or an user with "addSeries" permission. The series can be send from an inbox, from another album or from an external upload.
URL : /studies/{StudyInstanceIUD}/series/{SeriesInstanceIUD}/albums/{album_id}
Method : PUT
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The user must an admin or an user with "addSeries" permission.
Headers
X-Authorization-Source
: Beareralbum_capability_token
(Optional) Can be used for send series from the album attached to the token to another album. The album capability token must have Appropriate permission.
Success Response
- Status :
201 Created
Error Response
If the user is not an admin or an user with "addSeries" permission.
- Status :
403 Forbidden
If the user is not found. If the album id does not exist. If the user is not a member of the album. If the series is not present.
- Status :
404 Not Found