Handles creating, reading and updating organisations.

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

{
    "id": 10,
    "name": "GREEKC",
    "description": "GREEKC is a COST Action dedicated to the construction of a high quality and interoperable Knowledge Commons that covers the area of Gene Regulation information. Key players in the field of biocuration, database management and computational biology collaborate with Knowledge Commons users, both at the European level (the COST Action) and globally (the Gene Regulation Consortium – GRECO).",
    "homepage": "https://www.greekc.org/",
    "orgid": null,
    "fields": [],
    "city": "",
    "logo_url": ""
}