Discussion

Description

The Discussion resource is used to read and to update a discussion.

Operations

GET - Read a discussion.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
did path The id of the discussion to retrieve.
Status Codes
  • 200  -  Upon a successful read.
  • 404  -  If the requested discussion was not found.

POST - Update a discussion.

Produces - Specify a returned data format using the Accept header.
Consumes - Specify the incoming data format using the Content-Type header.
Parameters
Name Type Description
did path The id of the discussion to be updated.
body request-body The container for the discussion to be updated, i.e. the updated discussion.
Status Codes
  • 204  -  The update was successful.
  • 400  -  The provided discussion to update was not valid. See warning headers for more information
  • 404  -  If the requested discussion was not found.

Example Requests

Create Comment How to add a comment to a discussion.
Create Discussion How to create a discussion.
Delete Comment How to delete a comment.
Read Comments How to read the comments of a discussion.
Read Discussion How to read a discussion.
Update Comment How to update a comment.
Update Discussion How to update a discussion.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.