Examples

Create a new example

post/examples

Request body

namestring required

Example request

{
  "name": "no_stress"
}

Response

Return the example with the specified id

idinteger
namestring

Example response

{
  "id": 3,
  "name": "example 3"
}

Changes