Commit 71e78392 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'nfriend-follow-ups-to-37359' into 'master'

Follow ups from !37359: small refactors to `api_spec.js`

See merge request gitlab-org/gitlab!37595
parents 267223db 74890212
...@@ -22,6 +22,7 @@ const httpStatusCodes = { ...@@ -22,6 +22,7 @@ const httpStatusCodes = {
CONFLICT: 409, CONFLICT: 409,
GONE: 410, GONE: 410,
UNPROCESSABLE_ENTITY: 422, UNPROCESSABLE_ENTITY: 422,
INTERNAL_SERVER_ERROR: 500,
SERVICE_UNAVAILABLE: 503, SERVICE_UNAVAILABLE: 503,
}; };
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment