Update series

Update an existing sermon series. This is a full update: an omitted description is cleared, and omitting the image permanently deletes the current image file. First retrieve the current series from /api/series/{id}, apply your changes, then send back the full object.

Required permission: Full Write Sermons

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the series to update.

Body Params

The details of the series

string | null
required

The series name. Maximum 100 characters.

string | null

The series description.

image
object | null

The series image. Only id is used when writing: the id of an existing file. When updating, omitting the image permanently deletes the current image file.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json