API structure has changed
  7 structure changes including:
    
    7 Modifications
        Modified
        7
          Breaking
      
      GET /api/applications/{applicationId}/roles
              - Response
 - 
  200 response Modified
    
- application/json content type Modified
 
 
GET /api/roles
              - Response
 - 
  200 response Modified
    
- application/json content type Modified
 
 
GET /api/roles/{id}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- isDefault property Added
 
 
 - 
  application/json content type Modified
    
 
GET /api/users/{userId}/roles
              - Response
 - 
  200 response Modified
    
- application/json content type Modified
 
 
PATCH /api/roles/{id}
              - Body
 - 
  application/json content type Modified
    
- isDefault property Added
 
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- isDefault property Added
 
 
 - 
  application/json content type Modified
    
 
POST /api/roles
              - Body
 - 
  application/json content type Modified
    
- isDefault property Added
 
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- isDefault property Added
 
 
 - 
  application/json content type Modified
    
 
POST /api/roles/{id}/scopes
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 
 - 
  application/json content type Removed
    
 - 201 response Added