Update ActivityStepTemplateItems
put
                    /activityStepTemplateItem
Send a request to this endpoint to update one or more activityStepTemplateItem. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of activityStepTemplateItem objects.
                        
                            
                        
                           Root Schema : List<ActivityStepTemplateItem>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ActivityStepTemplateItem>- 
            Array of: 
                object  ActivityStepTemplateItem
            
            Title:ActivityStepTemplateItemActivityStepTemplateItem Entity
Nested Schema : ActivityStepTemplateItem
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ActivityStepTemplateItemActivityStepTemplateItem Entity
    
    
    
    
        Show Source
        - 
                
                    
                    ActivityStepTemplateObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the activity step template to which this item belongs.
- 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this activity step template item was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this activity step template item.
- 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                The description of the activity step.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this activity step template item was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this activity step template item.
- 
                
                    
                    Name: string
                    
                    
                     
                    
                
                
                The name of the activity step template item.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    SequenceNumber: integer
                    
                    
                     (int32) 
                    
                
                
                The sequence number for sorting.
- 
                
                    
                    Weight: number
                    
                    
                     (double) 
                    
                
                
                The weight that is assigned to the step. This is a user defined field that is used to calculate the physical percent complete when the project option is set.
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.