aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/openapi.json
Commit message (Collapse)AuthorAgeFilesLines
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-06-131-2/+2
| | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore(deps): Update openapi-extractorprovokateurin2024-01-191-147/+7
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-151-1/+1
| | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-01-101-3/+15
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update openapi-extractorjld31032023-12-081-6/+38
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-40/+60
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add single status code descriptions for OpenAPIjld31032023-09-271-5/+5
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* files_sharing: Add OpenAPI specjld31032023-07-311-101/+403
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-441/+21
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add OpenAPI specsjld31032023-05-241-0/+3506
Signed-off-by: jld3103 <jld3103yt@gmail.com>