We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae7411 commit 8a978faCopy full SHA for 8a978fa
diracx-routers/src/diracx/routers/pilots/management.py
@@ -56,6 +56,7 @@ async def add_pilot_stamps(
56
pilot_status: Annotated[
57
PilotStatus, Body(description="Status of the pilots.")
58
] = PilotStatus.SUBMITTED,
59
+ vo: str | None = None,
60
):
61
"""Endpoint where a you can create pilots with their references.
62
0 commit comments