1. Publisher
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
      GET
    • POST api/channels/{channel_id}/publishers
      POST
    • GET api/channels/{channel_id}/publishers/{id}
      GET
    • PUT api/channels/{channel_id}/publishers/{id}
      PUT
    • DELETE api/channels/{channel_id}/publishers/{id}
      DELETE
  • 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. Publisher

PUT api/channels/{channel_id}/publishers/{id}

PUT
/api/channels/{channel_id}/publishers/{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/channels/a1bde314-5a18-4d94-a4c2-ef3b151cc923/publishers/ut' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"type":"youtube","custom":{"name":"zijjxircjey","username":"zjtedaxmctcmomevyzaaqmje","password":"f.*{M=bP(MBf;","stream_key":"xntmmschodnivwxvjjf"},"twitch":{"title":"xzlxsrnolumt","stream_key":"vzxu","stream_url":"http:\/\/bogan.org\/harum-dolorem-nihil-officia-odio.html"},"facebook":{"title":"iqxkc","description":"Maiores et exercitationem delectus quas voluptatem."},"youtube":{"title":"bkdrsrqakhdtedd","description":"Ipsam ipsum explicabo voluptatem voluptates id laudantium ad."}}'
Response Response Example
{"id":"a1ce7b1c-3d97-463f-bb50-68b3c39e072e","type":"custom","name":""}
Previous
GET api/channels/{channel_id}/publishers/{id}
Next
DELETE api/channels/{channel_id}/publishers/{id}
Built with