Set a property on the specified conversation.
post
                    /social/api/v1/conversations/{conversationID}/properties
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    conversationID: integer(int64)
                    
                    The conversation ID. The object's unique identifier from a long integer representation.
 
The request body defines the details of the request.
                
                
                
                Root Schema : XV1ConversationPropertyCreateInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectV1 Conversation Property Create Information.
    
    
    
    
        Show Source
        - 
            name: 
            string
            The property name. Required.
 - 
            value: 
            string
            The property value.
 
Response
Supported Media Types
                - application/json
 
200 Response
Successful operation.
                
                
                    V1 Conversation Property Information DTO.
                    Root Schema : XV1ConversationPropertyInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectV1 Conversation Property Information DTO.
    
    
    
    
        Show Source
        - 
            name: 
            string
            The property name.
 - 
            value: 
            string(uuid)
            The property value.