Handles creating, reading and updating organisations.

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

{
    "id": 58,
    "name": "CSC",
    "description": "CSC - IT Center for Science (Finland)",
    "homepage": "https://www.csc.fi/",
    "orgid": "grid.20709.3c",
    "fields": [],
    "city": "Espoo",
    "logo_url": null
}