Handles creating, reading and updating organisations.

GET /api/organisation/Institut%20Pasteur/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 48,
    "name": "Institut Pasteur",
    "description": "Institut Pasteur",
    "homepage": "http://www.pasteur.fr/en",
    "orgid": "grid.428999.7",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}