API endpoint that allows RoomType to be viewed or edited.

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

{
    "id": 5,
    "url": "https://api.swistay.com/room-types/5/?format=api",
    "code": "BAR",
    "name": "Bathroom",
    "description": "A bathroom is a room that contains either a bathtub or a shower. The inclusion of a wash basin is common",
    "icon": {
        "id": 52,
        "name": "Bathtub",
        "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
    },
    "order": 8
}