Skip to content

Commit

Permalink
Fix API strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 28, 2024
1 parent 77e6df4 commit 39f126b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/file_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def instance_index(

@router.get(
"/api/file_source_instances/{user_file_source_id}",
summary="Get a list of persisted file source instances defined by the requesting user.",
summary="Get a persisted user file source instance.",
operation_id="file_sources__instances_get",
)
def instances_show(
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def instance_index(

@router.get(
"/api/object_store_instances/{user_object_store_id}",
summary="Get a persisted object store instances owned by the requesting user.",
summary="Get a persisted user object store instance.",
operation_id="object_stores__instances_get",
)
def instances_show(
Expand Down

0 comments on commit 39f126b

Please sign in to comment.