API endpoint that allows RoomType to be viewed or edited.

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

{
    "id": 10,
    "url": "https://api.swistay.com/room-types/10/?format=api",
    "code": "BAR_MS",
    "name": "Master Suite Bathroom",
    "description": "This is a bathroom that's directly connected to a master suite bedroom",
    "icon": {
        "id": 52,
        "name": "Bathtub",
        "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
    },
    "order": 7
}