Update a Stream Template by ID

Fully updates an existing stream template within a site using the provided template data.

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

The unique ID of the site containing the stream template

string
required

The unique ID of the stream template to update

Body Params

Updated template data to replace the existing stream template

boolean
Defaults to false

Whether all the new content from stream will be auto published.

string
enum

When will content auto publish start. For this to work, autoPublishAll must be set to true.* now: auto publish will start as soon as the stream is linked with an event

  • eventstart: auto publish will start at the same time set for the event, containing this stream, to start
  • 10: auto publish will start 10 minutes before the time set for the event to start
  • 30: auto publish will start 30 minutes before the time set for the event to start
  • 60: auto publish will start 60 minutes (1 hour) before the time set for the event to start
  • 120: auto publish will start 120 minutes (2 hours) before the time set for the event to start
  • 240: auto publish will start 240 minutes (4 hours) before the time set for the event to start
  • 1440: auto publish will start 1440 minutes (24 hours) before the time set for the event to start
jsonUrls
array of strings
required

URLs pointing to a JSON from where the stream will pull new content

jsonUrls*
string
required

Name of the stream

Responses

400

Invalid template data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified stream template or site was not found

502

Server error prevented stream template update

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