Skip to content

Commit be9adbb

Browse files
committed
Add NOT_ACCEPTABLE to the README in error codes section
1 parent 5a385a9 commit be9adbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@ module JSONAPI
13551355
SAVE_FAILED = '121'
13561356
FORBIDDEN = '403'
13571357
RECORD_NOT_FOUND = '404'
1358+
NOT_ACCEPTABLE = '406'
13581359
UNSUPPORTED_MEDIA_TYPE = '415'
13591360
LOCKED = '423'
13601361
end

0 commit comments

Comments
 (0)