Update MeetingMinutes authored by Simon Liedtke's avatar Simon Liedtke
......@@ -21,6 +21,7 @@ Organizations create/edit/delete endpoints are available with token only. Token
2. Content Negotiation for providing also turtle content per "Agent" Endpoint
Sample URL (to be accessed with „Accept: text/turtle“ header: https://organisations.staging.wechange.de/api/v2/organizations/5/
```
Changes from new spec:
- Publication
- version: Not included, since WECHANGE doesn't use versions (could be created through dateModified though)
......@@ -39,7 +40,7 @@ Changes from new spec:
- Place: Will be merged from Geometry
- ContactPoint: Existing, but WECHANGE has no name
- PostalAddress: Will be skippped for now, since WECHANGE only has full address in one field
```
3. Bulk read of Organizations with pagination (custom offset and limit)
https://organisations.staging.wechange.de/api/v2/organizations/
......
......