Subscribe a user to a series

post

/rhp-restapi/rhp/series/{seriesId}/users/{userId}

Add an existing user to the subscribed users list for an existing series.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : SubscribeSeriesBody
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK. A JSON object containing a series resource representation with multiple properties and the links array with at least the "self" link.
Body ()
Root Schema : seriesResource
Type: object
Show Source
Nested Schema : imageNames
Type: array
Show Source
Nested Schema : subscribedUsers
Type: array
Show Source

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top