nest icon indicating copy to clipboard operation
nest copied to clipboard

Add LOCKED HTTP status code

Open ftr-lwilson opened this issue 1 year ago • 1 comments
trafficstars

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [x] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

This PR extends the HTTP Status enum to include 423 (LOCKED). See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/423

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

ftr-lwilson avatar Oct 18 '24 00:10 ftr-lwilson