We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14c18c commit fcb23c9Copy full SHA for fcb23c9
cads_processing_api_service/clients.py
@@ -334,7 +334,7 @@ def get_jobs(
334
"processes shall be included in the response."
335
),
336
337
- status: list[models.StatusCode] | None = fastapi.Query(
+ status: list[models.SearchableStatusCode] | None = fastapi.Query(
338
[
339
models.StatusCode.accepted,
340
models.StatusCode.running,
0 commit comments