Home
Create forum replies
To post a reply to a topic in a community forum, send an Atom entry document containing the forum reply to the forum replies resource.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Input representation POST forum replies feed Value of the href attribute of the <link> element with the rel="replies" attribute value in the forum topics feed. forum reply
Input
Provide a forum reply Atom entry document.The content type of the Atom entry document must be application/atom+xml.
Output
An Atom entry document containing the new forum reply. Returned HTTP Headers
- HTTP/1.1 201 Created
- Indicates that the forum reply was successfully created. If an error occurs, this header will contain one of the error codes below.
- Location: url
- Link to edit_url of the forum reply. You can use the Web address specified here to subsequently retrieve and update the forum reply.
Error codes
- HTTP/1.1 400 Bad Request
- HTTP/1.1 401 Unauthorized
Related reference