Partial update owner attributes
patch
                    /gsadmin/v1/{appName}/attributes/{owner}
Partial updates the specified owner index attributes in the given application's index attributes list.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
- 
                    owner: string
                    
                    Specifies the owner of the index attributes, for example, system.
The request body represents the partially updated owner index attributes.
                
                
                
                Root Schema : ConfigOwnerAttributes
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents a config owner's index attributes. Child nodes represent attributes conforming to one of the following ecr-types: 
 
    
    
    
    
        Show Source
        - dimension
- property
- derived-property
- 
            ecr:createDate(optional): 
            string
            
- 
            ecr:lastModified(optional): 
            string
            
- 
            ecr:lastModifiedBy(optional): 
            string
            
- 
            ecr:type(optional): 
            string
            Default Value:attributes-owner-folder
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
202 Response
Owner index attributes successfully updated.
                
                
                    Examples
Request Body Example
The following shows a sample request body to partially update owner index attributes.
{
  "ecr:type": "attributes-owner-folder",
  "product.min_price": {
    "derivedPropertySource": "product.price",
    "derivedPropertyFunction": "MIN",
    "ecr:type": "derived-property"
  }
}