SAAS-1077: REST API for podcast episodes
Empty PUT action
This commit is contained in:
parent
0fc324f3ba
commit
d86b00c53e
1 changed files with 5 additions and 0 deletions
|
@ -123,6 +123,11 @@ class Rest_PodcastEpisodesController extends Zend_Rest_Controller
|
|||
}
|
||||
}
|
||||
|
||||
public function putAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private function getId()
|
||||
{
|
||||
if (!$id = $this->_getParam('id', false)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue