add new definition

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2016-11-03 14:00:28 +01:00
parent 087dab85b4
commit 3bc643ec23
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 19 additions and 0 deletions

View File

@ -224,5 +224,24 @@
"example": "Support Team"
}
}
},
"email": {
"author": "Nextcloud",
"app": "sharebymail",
"since": "9.2.0",
"parameters": {
"id": {
"since": "9.2.0",
"required": true,
"description": "The mail-address used to identify the event on the instance",
"example": "test@localhost"
},
"name": {
"since": "9.2.0",
"required": true,
"description": "The display name of a matching contact or the email (fallback) which should be used in the visual representation",
"example": "Foo Bar"
}
}
}
}