Skip to content

Commit

Permalink
docs: mark acl.get entity param as required (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Mar 6, 2023
1 parent d518616 commit 6b8a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ class Acl extends AclRoleAccessorMethods {
* @param {object|function} [options] Configuration options. If you want to
* receive a list of all access controls, pass the callback function as
* the only argument.
* @param {string} [options.entity] Whose permissions will be fetched.
* @param {string} options.entity Whose permissions will be fetched.
* @param {number} [options.generation] **File Objects Only** Select a specific
* revision of this file (as opposed to the latest version, the default).
* @param {string} [options.userProject] The ID of the project which will be
Expand Down

0 comments on commit 6b8a848

Please sign in to comment.