-
Notifications
You must be signed in to change notification settings - Fork 130
Added create, delete, and find privacy group endpoints #1721
Added create, delete, and find privacy group endpoints #1721
Conversation
…createDeletePrivacyGroup
…createDeletePrivacyGroup
|
||
### eea_findPrivacyGroup | ||
|
||
Returns a list of privacy groups that contain exactly the listed members. For example, if the listed members |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Returns a list of privacy groups that contain only...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
||
**Returns** | ||
|
||
Privacy groups that contain exactly the specified members. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Privacy groups that contain only...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments only. There's seems to be missing fullstops at the end of sentences in the Parameters and Returns section. Although I'm not sure what the style is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - using only
instead of exactly
is a good suggestion
Added create, delete, and find privacy group endpoints