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"):
118
118
- [x] Atomic increment support via PATCH (for counters)
119
119
- [x] Binary fields supported with base64 encoding
120
120
- [x] Spatial/GIS fields and filters supported with WKT
121
- - [ ] Unstructured data support through JSON/JSONB
121
+ - [ ] ~~ Unstructured data support through JSON/JSONB~~
122
122
- [x] Generate API documentation using OpenAPI tools
123
123
- [x] Authentication via JWT token or username/password
124
124
- [ ] ~~ SQLite support~~
@@ -796,7 +796,9 @@ The following errors may be reported:
796
796
- 1011: Authorization required (401 UNAUTHORIZED)
797
797
- 1012: Access denied (403 FORBIDDEN)
798
798
- 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)
800
802
801
803
The following JSON structure is used:
802
804
You can’t perform that action at this time.
0 commit comments