4.6.2 Update a Media Resource

HTTP Request:

        PUT /Documents(300)/SampleModel.Document HTTP/1.1
        Host: host
        Content-Type: application/rtf
        DataServiceVersion: 1.0
        MaxDataServiceVersion: 1.0
        Content-Length: ####
  
        ...binary data for the rtf document...
  

HTTP Response:

        HTTP/1.1 204 No Content
        Date: Fri, 11 Oct 2008 04:23:49 GMT
        DataServiceVersion: 1.0