Skip to content

Commit befd10a

Browse files
committed
update
1 parent 3735ae7 commit befd10a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

801803
The following JSON structure is used:
802804

0 commit comments

Comments
 (0)