Skip to content

Commit

Permalink
Merge pull request #1239 from Badgerati/add-425
Browse files Browse the repository at this point in the history
Add missing HTTP 425 response
  • Loading branch information
Badgerati authored Feb 11, 2024
2 parents b2daf57 + 45a953d commit 947ac85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Private/Mappers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ function Get-PodeStatusDescription {
422 { return 'Unprocessable Entity' }
423 { return 'Locked' }
424 { return 'Failed Dependency' }
425 { return 'Too Early' }
426 { return 'Upgrade Required' }
428 { return 'Precondition Required' }
429 { return 'Too Many Requests' }
Expand Down

0 comments on commit 947ac85

Please sign in to comment.