Skip to content

Commit

Permalink
Add short note about creator/contributor adjustments to README (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 19, 2020
1 parent d7cf008 commit 66a6815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ Unless otherwise specified:
- mutlipart/form-data with the file in `data`
- a URL with JSON data as `url` in the request params
- Note: The `type` request param might be required (either `json`, `ndjson`, or `multipart`)
- `POST`/`PUT`/`PATCH` endpoints will override `creator` and `contributor` of submitted objects (see [this comment](https://github.com/gbv/jskos-server/issues/122#issuecomment-723029967) for more details)
- `POST`/`PUT`/`PATCH`/`DELETE` requests require authentication via a JWT from [login-server](https://github.com/gbv/login-server) in the header. Exception: Authentication for certain actions on certain endpoints can be disabled (see [configuration](#configuration)).
- `PUT`/`PATCH`/`DELETE` requests are required to come from the owner of the entity that is being modified.
- All URL parameters are optional.
Expand Down

0 comments on commit 66a6815

Please sign in to comment.