Commit 071d2d5
committed
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 d17002d commit 071d2d5
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 | |
|---|---|---|---|
| |||
6682 | 6682 | | |
6683 | 6683 | | |
6684 | 6684 | | |
6685 | | - | |
| 6685 | + | |
6686 | 6686 | | |
6687 | 6687 | | |
6688 | | - | |
| 6688 | + | |
6689 | 6689 | | |
6690 | | - | |
| 6690 | + | |
6691 | 6691 | | |
6692 | 6692 | | |
6693 | | - | |
| 6693 | + | |
6694 | 6694 | | |
6695 | 6695 | | |
6696 | 6696 | | |
| |||
| 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