aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi.json
Commit message (Collapse)AuthorAgeFilesLines
* Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-1/+5
| | | | | | Allows to indicates if a search provider also support in app search Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-131-1/+45
|\ | | | | enh(TextProcessing): Add two new provider interfaces
| * enh: update openapi.jsonMarcel Klehr2023-11-061-1/+45
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | chore: update openapi.jsonBenjamin Gaussorgues2023-11-101-4/+27
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-101-1/+1
|/ | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix: Update openapi.jsonMarcel Klehr2023-10-221-1/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-201-2/+65
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-191-0/+807
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-281-1/+32
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-64/+96
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add single status code descriptions for OpenAPIjld31032023-09-271-11/+11
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* core: Fix OCM OpenAPIjld31032023-09-231-29/+24
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* small fixesMaxence Lange2023-09-201-0/+110
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* ocm controllerMaxence Lange2023-09-201-0/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* core: Fix OpenAPI for reference APIjld31032023-09-141-59/+48
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* ProfileApi: Fix typojld31032023-09-031-1/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(tests): preview phpunitJohn Molakvoæ2023-08-171-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-0/+38
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix text processing OpenAPIjld31032023-08-111-0/+279
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix OpenAPI specsjld31032023-08-031-41/+31
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* core: Document text processing APIjld31032023-07-311-0/+485
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* core: Add OpenAPI specjld31032023-07-131-214/+92
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix OpenAPI core pathsjld31032023-06-061-11/+11
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-147/+7
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add OpenAPI specsjld31032023-05-241-0/+4474
Signed-off-by: jld3103 <jld3103yt@gmail.com>