diff --git a/CHANGELOG.md b/CHANGELOG.md index 938996b11..e565df1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Job Manager Change Log +## v0.6.1 Release Notes + +### Fixed bug where job IDs that started with a number could not be queried for. + +### Fixed display bug with error card on job details page. + ## v0.6.0 Release Notes ### Applied new look-and-feel diff --git a/api/jobs.yaml b/api/jobs.yaml index 2cec788c5..56e91ad69 100644 --- a/api/jobs.yaml +++ b/api/jobs.yaml @@ -398,7 +398,7 @@ definitions: matches to each of these labels. id: type: string - pattern: ^[a-zA-Z][a-zA-Z0-9_-]*$ + pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]+$ description: > Returns only jobs with the specified id. name: