@@ -721,6 +721,10 @@ paths:
721
721
type : string
722
722
description : URL to download signed file
723
723
example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
724
+ url :
725
+ type : string
726
+ description : URL to view PDF
727
+ example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
724
728
name :
725
729
type : string
726
730
example : filename
@@ -800,6 +804,12 @@ paths:
800
804
description : ' Signing date, when signed'
801
805
example : ' 2021-12-31 22:45:50'
802
806
nullable : true
807
+ request_sign_date :
808
+ type : string
809
+ format : date-time
810
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
811
+ description : Date the signature was requested
812
+ example : ' 2021-12-31 22:45:50'
803
813
identifyMethods :
804
814
type : array
805
815
items :
@@ -827,13 +837,6 @@ paths:
827
837
nullable : true
828
838
description : Description that will be displayed to the person
829
839
example : ' As the company'' s CEO, you must sign this contract'
830
- sign_date :
831
- type : string
832
- format : date-time
833
- pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
834
- nullable : true
835
- description : Date the file was signed
836
- example : ' 2021-12-31 22:45:50'
837
840
identify :
838
841
type : string
839
842
nullable : true
@@ -848,7 +851,7 @@ paths:
848
851
signRequestId :
849
852
type : integer
850
853
description : ID of relation between file and user. Each relation between file and user has an ID that is returned on validation endpoints.
851
- example : 1request_sign_date
854
+ example : request_sign_date
852
855
' 422 ' :
853
856
description : Request failed
854
857
content :
@@ -938,6 +941,10 @@ paths:
938
941
type : string
939
942
description : URL to download signed file
940
943
example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
944
+ url :
945
+ type : string
946
+ description : URL to view PDF
947
+ example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
941
948
name :
942
949
type : string
943
950
example : filename
@@ -1017,6 +1024,12 @@ paths:
1017
1024
description : ' Signing date, when signed'
1018
1025
example : ' 2021-12-31 22:45:50'
1019
1026
nullable : true
1027
+ request_sign_date :
1028
+ type : string
1029
+ format : date-time
1030
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
1031
+ description : Date the signature was requested
1032
+ example : ' 2021-12-31 22:45:50'
1020
1033
identifyMethods :
1021
1034
type : array
1022
1035
items :
@@ -1044,13 +1057,6 @@ paths:
1044
1057
nullable : true
1045
1058
description : Description that will be displayed to the person
1046
1059
example : ' As the company'' s CEO, you must sign this contract'
1047
- sign_date :
1048
- type : string
1049
- format : date-time
1050
- pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
1051
- nullable : true
1052
- description : Date the file was signed
1053
- example : ' 2021-12-31 22:45:50'
1054
1060
identify :
1055
1061
type : string
1056
1062
nullable : true
@@ -1065,7 +1071,7 @@ paths:
1065
1071
signRequestId :
1066
1072
type : integer
1067
1073
description : ID of relation between file and user. Each relation between file and user has an ID that is returned on validation endpoints.
1068
- example : 1request_sign_date
1074
+ example : request_sign_date
1069
1075
' 422 ' :
1070
1076
description : Request failed
1071
1077
content :
@@ -1640,6 +1646,12 @@ paths:
1640
1646
description : ' Signing date, when signed'
1641
1647
example : ' 2021-12-31 22:45:50'
1642
1648
nullable : true
1649
+ request_sign_date :
1650
+ type : string
1651
+ format : date-time
1652
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
1653
+ description : Date the signature was requested
1654
+ example : ' 2021-12-31 22:45:50'
1643
1655
displayName :
1644
1656
type : string
1645
1657
description : The person display name
@@ -1649,6 +1661,10 @@ paths:
1649
1661
type : boolean
1650
1662
description : It's me?
1651
1663
example : true
1664
+ sign_uuid :
1665
+ type : string
1666
+ format : uuid
1667
+ description : ' Received from sign request, only returned when me=true'
1652
1668
identifyMethods :
1653
1669
type : array
1654
1670
items :
@@ -1675,6 +1691,11 @@ paths:
1675
1691
type : string
1676
1692
description : Nextcloud user id of who requested the file to be signed.
1677
1693
example : johndoe
1694
+ description :
1695
+ type : string
1696
+ nullable : true
1697
+ description : Description that will be displayed to the person
1698
+ example : ' As the company'' s CEO, you must sign this contract'
1678
1699
signRequestId :
1679
1700
type : integer
1680
1701
description : Relation between file and user
@@ -1769,6 +1790,10 @@ paths:
1769
1790
type : string
1770
1791
description : URL to download signed file
1771
1792
example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
1793
+ url :
1794
+ type : string
1795
+ description : URL to view PDF
1796
+ example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
1772
1797
nodeId :
1773
1798
type : integer
1774
1799
description : Node id of a Nextcloud file
@@ -1822,6 +1847,12 @@ paths:
1822
1847
description : ' Signing date, when signed'
1823
1848
example : ' 2021-12-31 22:45:50'
1824
1849
nullable : true
1850
+ request_sign_date :
1851
+ type : string
1852
+ format : date-time
1853
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
1854
+ description : Date the signature was requested
1855
+ example : ' 2021-12-31 22:45:50'
1825
1856
displayName :
1826
1857
type : string
1827
1858
description : The person display name
@@ -1831,6 +1862,10 @@ paths:
1831
1862
type : boolean
1832
1863
description : It's me?
1833
1864
example : true
1865
+ sign_uuid :
1866
+ type : string
1867
+ format : uuid
1868
+ description : ' Received from sign request, only returned when me=true'
1834
1869
identifyMethods :
1835
1870
type : array
1836
1871
items :
@@ -1857,6 +1892,11 @@ paths:
1857
1892
type : string
1858
1893
description : Nextcloud user id of who requested the file to be signed.
1859
1894
example : johndoe
1895
+ description :
1896
+ type : string
1897
+ nullable : true
1898
+ description : Description that will be displayed to the person
1899
+ example : ' As the company'' s CEO, you must sign this contract'
1860
1900
signRequestId :
1861
1901
type : integer
1862
1902
description : Relation between file and user
@@ -1951,6 +1991,10 @@ paths:
1951
1991
type : string
1952
1992
description : URL to download signed file
1953
1993
example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
1994
+ url :
1995
+ type : string
1996
+ description : URL to view PDF
1997
+ example : ' http://cloud.test.coop/apps/libresign/pdf/46d30465-ae11-484b-aad5-327249a1e8ef'
1954
1998
fileId :
1955
1999
type : integer
1956
2000
description : Node id of a Nextcloud file
@@ -1960,7 +2004,12 @@ paths:
1960
2004
format : uuid
1961
2005
description : Received from sign request
1962
2006
request_date :
1963
- type : integer
2007
+ type : string
2008
+ format : date-time
2009
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
2010
+ nullable : true
2011
+ description : Date the file was requested to be signed
2012
+ example : ' 2021-12-31 22:45:50'
1964
2013
pages :
1965
2014
type : array
1966
2015
description : |-
@@ -1997,6 +2046,12 @@ paths:
1997
2046
description : ' Signing date, when signed'
1998
2047
example : ' 2021-12-31 22:45:50'
1999
2048
nullable : true
2049
+ request_sign_date :
2050
+ type : string
2051
+ format : date-time
2052
+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
2053
+ description : Date the signature was requested
2054
+ example : ' 2021-12-31 22:45:50'
2000
2055
displayName :
2001
2056
type : string
2002
2057
description : The person display name
@@ -2006,6 +2061,10 @@ paths:
2006
2061
type : boolean
2007
2062
description : It's me?
2008
2063
example : true
2064
+ sign_uuid :
2065
+ type : string
2066
+ format : uuid
2067
+ description : ' Received from sign request, only returned when me=true'
2009
2068
identifyMethods :
2010
2069
type : array
2011
2070
items :
@@ -2032,6 +2091,11 @@ paths:
2032
2091
type : string
2033
2092
description : Nextcloud user id of who requested the file to be signed.
2034
2093
example : johndoe
2094
+ description :
2095
+ type : string
2096
+ nullable : true
2097
+ description : Description that will be displayed to the person
2098
+ example : ' As the company'' s CEO, you must sign this contract'
2035
2099
signRequestId :
2036
2100
type : integer
2037
2101
description : ID of relation between file and user. Each relation between file and user has an ID that is returned on validation endpoints.
@@ -2763,7 +2827,7 @@ components:
2763
2827
nullable : true
2764
2828
description : Description that will be displayed to the person
2765
2829
example : ' As the company'' s CEO, you must sign this contract'
2766
- sign_date :
2830
+ signed :
2767
2831
type : string
2768
2832
format : date-time
2769
2833
pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
0 commit comments