Home
Updating a status message
To update a status message, send an updated status document in Atom format using an HTTP PUT request.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method URI Input representation PUT Value of the href attribute of the <link> element with the rel="http://www.ibm.com/xmlns/prod/sn/status" attribute in the person's profile feed or service document. status
Input
Provide a status Atom document.The content type of the Atom entry document must be application/atom+xml.
Output
None. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the status message was successfully updated. If an error occurs, this header will contain one of the error codes below.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference