Skip to content

Commit

Permalink
Merge branch 'RESTAPI-952-params-description-fix' into 'master'
Browse files Browse the repository at this point in the history
Restapi 952 params description fix

See merge request firecrest/firecrest!249
  • Loading branch information
ekouts committed Nov 13, 2023
2 parents 81be34b + ff3ad58 commit 13b3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def parameters():
"name": "FILESYSTEMS",
"value": fs_list,
"unit": "",
"description": "Default filesystem for job submission."
"description": "Available filesystems through the API."
}
]
}
Expand Down

0 comments on commit 13b3d04

Please sign in to comment.