Skip to content

Commit fcb23c9

Browse files
committed
limit searchable status codes
1 parent e14c18c commit fcb23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cads_processing_api_service/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def get_jobs(
334334
"processes shall be included in the response."
335335
),
336336
),
337-
status: list[models.StatusCode] | None = fastapi.Query(
337+
status: list[models.SearchableStatusCode] | None = fastapi.Query(
338338
[
339339
models.StatusCode.accepted,
340340
models.StatusCode.running,

0 commit comments

Comments
 (0)