v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Channels

Create a video channel

post/api/v1/video-channels

Request body

{"stackTrail":"components:schemas:VideoChannelCreate:allOf:properties:description","oasType":"schema","type":"unknown","description":"Channel description"}
{"stackTrail":"components:schemas:VideoChannelCreate:allOf:properties:displayName","oasType":"schema","type":"unknown","description":"Channel display name"}
{"stackTrail":"components:schemas:VideoChannelCreate:allOf:properties:support","oasType":"schema","type":"unknown","description":"How to support/fund the channel"}
namestring required

immutable name of the channel, used to interact with its actor

Example request

{
  "name": "framasoft_videos"
}

Response

successful operation

Example response

{
  "videoChannel": {
    "id": 42
  }
}