Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit c6b07fe

Browse files
committed
Update getTemplates Documentation
1 parent 46db05d commit c6b07fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/HelloSign/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public function getTemplate($id)
307307
* @param integer $page Specified page number to return. Defaults to 1. (optional)
308308
* @param integer $page_size Number of objects to return per page between 1 and 100. Defaults to 20. (optional)
309309
* @param string $account_id Account ID to return Templates for. Defaults to your account. (optional)
310-
* @param string $query Search terms to filters templates result. (optional)
310+
* @param string $query String that includes search terms and/or fields to be used to filter the Template objects. (optional)
311311
* @return TemplateList
312312
* @throws BaseException
313313
*/

0 commit comments

Comments
 (0)