Update a Task Payload
put
                    /bpm/api/4.0/tasks/{id}/payload
 Updates the payload of a task.
                Request
Path Parameters
                
                
                
                
                
                  
                
                  There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - text/html
200 Response
Payload successfully updated
                            
                            
                                Root Schema : Collection
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count: integer
                    
                    
                     (int32) 
                    
                
                
                
- 
                
                    
                    hasMore: boolean
                    
                    
                     
                    
                
                
                Default Value:false
- 
                
                    
                    items: array
                    
                    
                
                
                    items
                
                
                
- 
                
                    
                    limit: integer
                    
                    
                     (int32) 
                    
                
                
                
- 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
- 
                
                    
                    offset: integer
                    
                    
                     (int32) 
                    
                
                
                
- 
                
                    
                    totalResult: boolean
                    
                    
                     
                    
                
                
                Default Value:false
- 
                
                    
                    userLink: object
                    
                    
                
                
                    link
                
                
                
Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     (uri) 
                    
                
                
                href of the provided link
- 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                relationship with the returned resourceExample:self
400 Response
Bad request
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Task not found
                            
                            
                            
                            
                        409 Response
Stale task object found
                            
                            
                            
                            
                        500 Response
Internal Server Error