[mod] api:action:member_project:parameter for notifcation url
This commit is contained in:
parent
8d761e4ebc
commit
73ca87a6c6
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,7 @@ namespace _espe.api
|
|||
membership_number : (null | string);
|
||||
name_real_value : string;
|
||||
email_address_private : (null | string);
|
||||
notification_target_url_template ?: (null | string);
|
||||
},
|
||||
(
|
||||
string
|
||||
|
@ -59,6 +60,11 @@ namespace _espe.api
|
|||
"nullable": true,
|
||||
"description": "private E-Mail-Adresse"
|
||||
},
|
||||
"notification_target_url_template": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Platz-Halter: id"
|
||||
},
|
||||
},
|
||||
"required": [
|
||||
"membership_number",
|
||||
|
@ -117,6 +123,9 @@ namespace _espe.api
|
|||
"email_use_nominal_address": false,
|
||||
"email_redirect_to_private_address": false,
|
||||
"password": null,
|
||||
},
|
||||
{
|
||||
"notification_target_url_template": input.notification_target_url_template,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue