Handles creating, reading and updating organisations.

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

{
    "id": 9,
    "name": "PRABI",
    "description": "The PRABI is the Rhône-Alpes Bioinformatics Center, a IBiSA regional center member of the ReNaBi (French Network of Bioinformatic platforms). It gathers 12 research teams and/or platforms spread on six different sites. The PRABI has research, service and training activities in a large number of bioinformatics and biostatistics fields.",
    "homepage": "http://www.prabi.fr/",
    "orgid": null,
    "fields": [],
    "city": "",
    "logo_url": ""
}