Articles

Complete an article

POST complete article

Endpoint

POST /api/v1/articles/:id/complete

Request

Route

POST /api/v1/articles/10/complete

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDI5LCJleHAiOjE3NjM1NDI0MjksImp0aSI6IjBlNGQwMjU4LTA0ODMtNGNlNS04YTFjLWI5NWQzOWY0OTM2MSJ9.eqeq9DR0E7B9-73qAF_c7tBnLqFo1EO4L3YqDVl69y0
Host: example.org
Cookie: 

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"a4e856a9e2817506cdd1aea28eb4374b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6298730a-a2c6-4853-a0b3-00f4074f4edd
x-runtime: 0.008183
content-length: 78

Body

{
  "article": {
    "id": 10,
    "completed": true,
    "title": "National Education Supervisor"
  }
}