Handles creating, reading and updating organisations.

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

{
    "id": 90,
    "name": "IBENS",
    "description": "Institut de Biologie de l'Ecole normale supérieure",
    "homepage": "https://www.ibens.ens.fr/",
    "orgid": null,
    "fields": [],
    "city": "PARIS",
    "logo_url": null
}