πŸ™ŒChannel Suggestions

Channel Suggestions API Documentation

All available routes for Channel Suggestions are written down below :

List Of Channel Suggestions

GET /panel/channel-suggestion/datatable

Return Channel Suggestion List as Datatable


{
    // Response
}

Edit Channel Suggestion

GET /panel/channel-suggestion/edit/{id}

Returns Channel Suggestion By Id

Path Parameters

NameTypeDescription

*

integer

Channel Suggestion Id


{
    // Response
}

Update Channel Suggestion

POST /panel/channel-suggestion/update/{id}

Updates Channel Suggestion by id

Path Parameters

NameTypeDescription

*

integer

Channel Suggestion Id


{
    // Response
}

Delete Channel Suggestion

DELETE /panel/channel-suggestion/delete/{id}

Deletes Channel Suggestion

Path Parameters

NameTypeDescription

*

integer

Channel Id


{
    // Response
}

Approve Channel Suggestion

GET /panel/channel-suggestion/approve/{id}

Approve Channel Suggestion (Deletes Channel Suggestion Request, creates a Channel with the values of Channel Suggestion)

Path Parameters

NameTypeDescription

*

integer

Channel Id


{
    // Response
}

Last updated