Update ProjectPortfolio
put
                    /projectPortfolio
Send a request to this endpoint to update one or more ProjectPortfolio. An application object will be created for each JSON object provided in the request body
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of projectportfolio objects.
                        
                            
                        
                           Root Schema : List<ProjectPortfolio>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ProjectPortfolio>- 
            Array of: 
                object  ProjectPortfolio
            
            Title:ProjectPortfolioProjectPortfolio Entity
Nested Schema : ProjectPortfolio
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ProjectPortfolioProjectPortfolio Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this project portfolio was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this project portfolio.
- 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                The description of the project portfolio.
- 
                
                    
                    IncludeClosedProjects: boolean
                    
                    
                     
                    
                
                
                The flag that indicates whether closed projects are included in the portfolio.
- 
                
                    
                    IncludeWhatIfProjects: boolean
                    
                    
                     
                    
                
                
                The flag that indicates whether what-if projects are included in the portfolio.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this project portfolio was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this project portfolio.
- 
                
                    
                    MemberProject: array
                    
                    
                
                
                    MemberProject
                
                
                MemberProject
- 
                
                    
                    Name(required): string
                    
                    
                     
                    
                
                
                The name of the project portfolio.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    PortfolioUserIdArray: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    PortfolioUserNameArray: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    Type: string
                    
                    
                     
                    
                
                
                The type of the project portfolio: "Manual", "Auto-Maintained", or "Filtered".
- 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                The user's login name.
- 
                
                    
                    UserObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of a specific user who has access to the selected project portfolio.
Nested Schema : MemberProject
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayMemberProject
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  MemberProject
            
            MemberProject
Response
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.