mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
docs: update API response definitions
Add description, displayName, notify, and acceptsEmailNotifications fields to OpenAPI response type definitions for LibresignNewSigner and LibresignIdentifyAccount. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
960af717bc
commit
68eada5682
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ namespace OCA\Libresign;
|
|||
* email?: string,
|
||||
* account?: string,
|
||||
* },
|
||||
* displayName?: string,
|
||||
* description?: string,
|
||||
* notify?: non-negative-int,
|
||||
* signingOrder?: non-negative-int,
|
||||
* }
|
||||
* @psalm-type LibresignNewFile = array{
|
||||
|
|
@ -55,6 +58,7 @@ namespace OCA\Libresign;
|
|||
* subname: string,
|
||||
* shareType: 0|4,
|
||||
* icon?: 'icon-mail'|'icon-user',
|
||||
* acceptsEmailNotifications?: boolean,
|
||||
* }
|
||||
* @psalm-type LibresignPagination = array{
|
||||
* total: non-negative-int,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue