We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455bf98 commit 1df291dCopy full SHA for 1df291d
src/Api/DefaultApi.php
@@ -124,7 +124,7 @@ public function getConfig()
124
* @throws \InvalidArgumentException
125
* @return \Shotstack\Client\Model\RenderResponse
126
*/
127
- public function getRenderId($id)
+ public function getRender($id)
128
{
129
list($response) = $this->gETRenderIdWithHttpInfo($id);
130
return $response;
0 commit comments