Skip to content

Commit

Permalink
Merge pull request CESNET#3132 from Vojtech-Sassmann/bfsponact
Browse files Browse the repository at this point in the history
API fix
  • Loading branch information
zlamalp authored Mar 19, 2021
2 parents 4e49948 + 0a10611 commit eafaf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perun-openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8536,7 +8536,7 @@ paths:
sponsor: { type: integer }
namespace: { type: string }
validityTo: { type: string }
sendActivationLink: { type: boolean }
sendActivationLinks: { type: boolean }
groups: { type: array, items: { type: integer }, description: "groups to which should be the created users assigned" }

/json/membersManager/createSponsoredMembers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public RichMember call(ApiCaller ac, Deserializer params) throws PerunException
* @param namespace String namespace selecting remote system for storing the password
* @param sponsor int sponsor's ID
* @param validityTo (Optional) String the last day, when the sponsorship is active, yyyy-mm-dd format.
* @param sendActivationLink (optional) boolean if true link for manual activation of every created sponsored member
* @param sendActivationLinks (optional) boolean if true link for manual activation of every created sponsored member
* account will be send to the email (can't be used with empty email parameter), default is false
* If set to true, a non-empty namespace has to be provided.
* @param groups int[] group ids, to which will be the created users assigned (has to be from the given vo)
Expand Down

0 comments on commit eafaf5c

Please sign in to comment.