{ "operationId": "triggerVideoChannelSync", "method": "POST", "path": "/api/v1/video-channel-syncs/{channelSyncId}/sync", "summary": "Triggers the channel synchronization job, fetching all the videos from the remote channel", "description": "", "tags": [ "Channels Sync" ], "parameters": [ { "name": null, "in": null, "required": false, "description": "", "schema": {} } ], "requestBody": null, "responses": { "204": { "description": "successful operation", "examples": {} } } }