1. LiveEvent
MediaCP Cloud
  • Channel for customers
    • GET api/channels
      GET
    • POST api/channels
      POST
    • GET api/channels/{id}
      GET
    • PUT api/channels/{id}
      PUT
    • DELETE api/channels/{id}
      DELETE
  • Channel for tenants
    • GET api/tenants/channels
      GET
    • POST api/tenants/customers/{customer_id}/channels
      POST
  • Customer
    • GET api/customers
      GET
    • POST api/customers
      POST
    • GET api/customers/{id}
      GET
    • PUT api/customers/{id}
      PUT
    • DELETE api/customers/{id}
      DELETE
  • LiveEvent
    • GET api/live-events
      GET
    • POST api/live-events
      POST
    • GET api/live-events/{id}
      GET
    • PUT api/live-events/{id}
      PUT
    • DELETE api/live-events/{id}
      DELETE
  • MediaContent
    • Download
      GET
    • PUT api/media-contents/{id}/uploaded
      PUT
    • GET api/media-contents
      GET
    • POST api/media-contents
      POST
    • GET api/media-contents/{id}
      GET
    • PUT api/media-contents/{id}
      PUT
    • DELETE api/media-contents/{id}
      DELETE
  • MediaContent Tags
    • GET api/tags
    • POST api/tags
    • GET api/tags/{tag}
    • PUT,PATCH api/tags/{tag}
    • DELETE api/tags/{tag}
    • GET api/media-contents/{mediaContent}/tags
    • POST api/media-contents/{mediaContent}/tags
    • DELETE api/media-contents/{mediaContent}/tags/{tag}
  • Plan
    • GET api/plans
    • POST api/plans
    • GET api/plans/{id}
    • PUT api/plans/{id}
    • DELETE api/plans/{id}
  • Publisher
    • GET api/channels/{channel_id}/publishers
    • POST api/channels/{channel_id}/publishers
    • GET api/channels/{channel_id}/publishers/{id}
    • PUT api/channels/{channel_id}/publishers/{id}
    • DELETE api/channels/{channel_id}/publishers/{id}
  • Team member
    • GET api/team-members
    • POST api/team-members
    • GET api/team-members/{id}
    • PUT api/team-members/{id}
    • DELETE api/team-members/{id}
  1. LiveEvent

PUT api/live-events/{id}

PUT
/api/live-events/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/api/live-events/facere' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"title":"lp","summary":"tlijoymdyczxymblzkng","start":"2026-05-18T05:26:46","end":"2043-10-25","color":"perferendis","auto_start":true,"auto_stop":false,"auto_record":true,"custom_email_template":true,"email_subject":"bvjxgp","email_body":"mmjwynowtibwjjyvsnlyixg","recurrence_type":"sit","repeat_by_days":["quis"],"end_date":"2015-05-29","channels":["3c733e48-9752-396b-9357-8ee08a07b071"],"is_paywalled":false,"channel_paywall_id":"itaque"}'
Response Response Example
{"id":"a1ce7b1a-f465-4a3a-a71f-befad8af5a46","title":"Veniam non aut.","summary":"Excepturi quaerat sequi molestiae consequatur debitis sit. Consequatur tempore dolor magni voluptas explicabo et. Natus et illum vel et nobis. Quam cum quod tempora. Minus voluptas quidem provident corrupti.","category":"Automated asynchronous strategy","start":"2026-05-28T22:51:00.000000Z","end":"2026-05-29T00:51:00.000000Z","color":"ForestGreen","type":null,"is_all_day":false,"is_recurring":false,"timezone":"UTC","recurrence_type":null,"repeat_by_days":null,"recurrence_end":null,"auto_start":false,"auto_stop":true,"auto_record":true,"channels":[],"url":"http:\/\/www.effertz.com\/vel-qui-quia-occaecati-velit-suscipit-neque-autem-quas","is_paywalled":false,"channel_paywall_id":null}
Previous
GET api/live-events/{id}
Next
DELETE api/live-events/{id}
Built with