Commit 7a11519
Fix OpenAPI docs for
FastAPI will not use the parameter aliases of form parameters in the OpenAPI docs, but the name of their Python variables. Therefore, the API docs show `path_form` and `job_key_form`. Rename them so that the API docs show the correct parameter names.path and job_key as form parameters for POST requests to /api/jobs/{job_id}/files
1 parent 7b2af8a commit 7a11519
File tree
2 files changed
+8
-8
lines changed- client/src/api/schema
- lib/galaxy/webapps/galaxy/api
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6785 | 6785 | | |
6786 | 6786 | | |
6787 | 6787 | | |
6788 | | - | |
| 6788 | + | |
6789 | 6789 | | |
6790 | 6790 | | |
6791 | | - | |
| 6791 | + | |
6792 | 6792 | | |
6793 | | - | |
| 6793 | + | |
6794 | 6794 | | |
6795 | 6795 | | |
6796 | | - | |
| 6796 | + | |
6797 | 6797 | | |
6798 | 6798 | | |
6799 | 6799 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments