Skip to content

Commit

Permalink
feat: add tag to process_embedded_impacts route for api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Oct 16, 2024
1 parent 017d248 commit 4fd728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boagent/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async def query_with_time_workload(
)


@app.get("/process_embedded_impacts")
@app.get("/process_embedded_impacts", tags=["process"])
async def process_embedded_impacts(
process_id: int = 0,
start_time: str = "0.0",
Expand Down

0 comments on commit 4fd728b

Please sign in to comment.