PUT v1/Users/{userId}/Pictures/{id}/{newName}/{fileExtension}
This will only allow changing the picture name
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| userId | 
                         userId  | 
                    string | 
                                 Required  | 
                
| id | 
                         id  | 
                    integer | 
                                 Required  | 
                
| newName | 
                         newName  | 
                    string | 
                                 Required  | 
                
| fileExtension | 
                         newName  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.