|
1 | 1 | { |
2 | 2 | "openapi": "3.1.0", |
3 | | - "info": { "title": "Discourse Analysis Tool Suite API", "version": "1.8.3" }, |
| 3 | + "info": { "title": "Discourse Analysis Tool Suite API", "version": "1.8.4" }, |
4 | 4 | "paths": { |
5 | 5 | "/analysis/code_frequencies": { |
6 | 6 | "post": { |
|
1885 | 1885 | } |
1886 | 1886 | } |
1887 | 1887 | }, |
1888 | | - "/job/duplicate_finder": { |
1889 | | - "post": { |
1890 | | - "tags": ["job"], |
1891 | | - "summary": "Start DuplicateFinder job", |
1892 | | - "operationId": "start_duplicate_finder_job", |
1893 | | - "requestBody": { |
1894 | | - "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderInput" } } }, |
1895 | | - "required": true |
1896 | | - }, |
1897 | | - "responses": { |
1898 | | - "200": { |
1899 | | - "description": "Successful Response", |
1900 | | - "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderJobRead" } } } |
1901 | | - }, |
1902 | | - "422": { |
1903 | | - "description": "Validation Error", |
1904 | | - "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } |
1905 | | - } |
1906 | | - }, |
1907 | | - "security": [{ "OAuth2PasswordBearer": [] }] |
1908 | | - } |
1909 | | - }, |
1910 | | - "/job/duplicate_finder/{job_id}": { |
1911 | | - "get": { |
1912 | | - "tags": ["job"], |
1913 | | - "summary": "Get DuplicateFinder job", |
1914 | | - "operationId": "get_duplicate_finder_job_by_id", |
1915 | | - "security": [{ "OAuth2PasswordBearer": [] }], |
1916 | | - "parameters": [ |
1917 | | - { "name": "job_id", "in": "path", "required": true, "schema": { "type": "string", "title": "Job Id" } } |
1918 | | - ], |
1919 | | - "responses": { |
1920 | | - "200": { |
1921 | | - "description": "Successful Response", |
1922 | | - "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderJobRead" } } } |
1923 | | - }, |
1924 | | - "422": { |
1925 | | - "description": "Validation Error", |
1926 | | - "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } |
1927 | | - } |
1928 | | - } |
1929 | | - } |
1930 | | - }, |
1931 | 1888 | "/job/ml": { |
1932 | 1889 | "post": { |
1933 | 1890 | "tags": ["job"], |
|
2047 | 2004 | } |
2048 | 2005 | } |
2049 | 2006 | }, |
| 2007 | + "/job/duplicate_finder": { |
| 2008 | + "post": { |
| 2009 | + "tags": ["job"], |
| 2010 | + "summary": "Start DuplicateFinder job", |
| 2011 | + "operationId": "start_duplicate_finder_job", |
| 2012 | + "requestBody": { |
| 2013 | + "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderInput" } } }, |
| 2014 | + "required": true |
| 2015 | + }, |
| 2016 | + "responses": { |
| 2017 | + "200": { |
| 2018 | + "description": "Successful Response", |
| 2019 | + "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderJobRead" } } } |
| 2020 | + }, |
| 2021 | + "422": { |
| 2022 | + "description": "Validation Error", |
| 2023 | + "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } |
| 2024 | + } |
| 2025 | + }, |
| 2026 | + "security": [{ "OAuth2PasswordBearer": [] }] |
| 2027 | + } |
| 2028 | + }, |
| 2029 | + "/job/duplicate_finder/{job_id}": { |
| 2030 | + "get": { |
| 2031 | + "tags": ["job"], |
| 2032 | + "summary": "Get DuplicateFinder job", |
| 2033 | + "operationId": "get_duplicate_finder_job_by_id", |
| 2034 | + "security": [{ "OAuth2PasswordBearer": [] }], |
| 2035 | + "parameters": [ |
| 2036 | + { "name": "job_id", "in": "path", "required": true, "schema": { "type": "string", "title": "Job Id" } } |
| 2037 | + ], |
| 2038 | + "responses": { |
| 2039 | + "200": { |
| 2040 | + "description": "Successful Response", |
| 2041 | + "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DuplicateFinderJobRead" } } } |
| 2042 | + }, |
| 2043 | + "422": { |
| 2044 | + "description": "Validation Error", |
| 2045 | + "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } |
| 2046 | + } |
| 2047 | + } |
| 2048 | + } |
| 2049 | + }, |
2050 | 2050 | "/job/export": { |
2051 | 2051 | "post": { |
2052 | 2052 | "tags": ["job"], |
|
11436 | 11436 | "name": { |
11437 | 11437 | "type": "string", |
11438 | 11438 | "title": "Name", |
11439 | | - "description": "User-defined name of the document (defaults is the filename)" |
| 11439 | + "description": "User-defined name of the document (default is the filename)" |
11440 | 11440 | }, |
11441 | 11441 | "doctype": { "$ref": "#/components/schemas/DocType", "description": "DOCTYPE of the SourceDocument" }, |
11442 | 11442 | "project_id": { |
|
11478 | 11478 | "name": { |
11479 | 11479 | "type": "string", |
11480 | 11480 | "title": "Name", |
11481 | | - "description": "User-defined name of the document (defaults is the filename)" |
| 11481 | + "description": "User-defined name of the document (default is the filename)" |
11482 | 11482 | }, |
11483 | 11483 | "doctype": { "$ref": "#/components/schemas/DocType", "description": "DOCTYPE of the SourceDocument" }, |
11484 | 11484 | "project_id": { |
|
0 commit comments