Handles creating, reading and updating organisations.

GET /api/organisation/Universit%C3%A9%20de%20Montpellier/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 99,
    "name": "Université de Montpellier",
    "description": "Université de Montpellier",
    "homepage": "https://www.umontpellier.fr/",
    "orgid": null,
    "fields": [],
    "city": "Montpellier",
    "logo_url": "https://www.umontpellier.fr/wp-content/uploads/2022/10/logo_um_2022_rouge_rvb.svg"
}