File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ These features match features in v1 (see branch "v1"):
118118 - [x] Atomic increment support via PATCH (for counters)
119119 - [x] Binary fields supported with base64 encoding
120120 - [x] Spatial/GIS fields and filters supported with WKT
121- - [ ] Unstructured data support through JSON/JSONB
121+ - [ ] ~~ Unstructured data support through JSON/JSONB~~
122122 - [x] Generate API documentation using OpenAPI tools
123123 - [x] Authentication via JWT token or username/password
124124 - [ ] ~~ SQLite support~~
@@ -796,7 +796,9 @@ The following errors may be reported:
796796- 1011: Authorization required (401 UNAUTHORIZED)
797797- 1012: Access denied (403 FORBIDDEN)
798798- 1013: Input validation failed (422 UNPROCESSABLE ENTITY)
799- - 9999: Unknown error (500: INTERNAL_SERVER_ERROR)
799+ - 1014: Operation forbidden (403 FORBIDDEN)
800+ - 1015: Operation not supported (405 METHOD NOT ALLOWED)
801+ - 9999: Unknown error (500: INTERNAL SERVER ERROR)
800802
801803The following JSON structure is used:
802804
You can’t perform that action at this time.
0 commit comments