Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 6f3803b

Browse files
committed
Update jsdoc for list
1 parent 9552851 commit 6f3803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proxy/SimpleResourceProxy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ export default class SimpleResourceProxy {
114114
* @param {Number|Object|RequestParameters} [params] - Parameters or the page number to be requested
115115
* @param {Number} [params.page=1] - The page to be requested
116116
* @param {Number} [params.perPage=this.api.defaults.perPage] - Amount of items per page. This is silently capped by the API
117-
* @param {Number} [params.sort=''] - Amount of items per page. This is silently capped by the API
118-
* @param {Number} [params.deleted=this.api.defaults.showDeleted] - Show deleted resources, posible values: only, none, all
117+
* @param {String|String[]} [params.sort=''] - Amount of items per page. This is silently capped by the API
118+
* @param {String} [params.deleted=this.api.defaults.showDeleted] - Show deleted resources, posible values: only, none, all
119119
* @param {?Object<String, String|Array<String>>} [params.search] - Search parameters
120120
* @returns {Promise<PaginatedResourceListing>} - paginated resource
121121
* @throws {ApiError}

0 commit comments

Comments
 (0)