Improved description

This commit is contained in:
Michael 2020-05-15 18:08:47 +00:00
parent d70b77288d
commit 8b2c51baf2

View file

@ -1310,7 +1310,7 @@ api_register_func('api/media/metadata/create', 'api_media_metadata_create', true
/** /**
* @param string $type Return format (atom, rss, xml, json) * @param string $type Return format (atom, rss, xml, json)
* @param int $item_id * @param int $item_id
* @return string * @return array|string
* @throws Exception * @throws Exception
*/ */
function api_status_show($type, $item_id) function api_status_show($type, $item_id)