Update a Specific Article
POST {{baseUrl}}/articles/:id?fields=hasStar,content,created,updated,id,idReadable,reporter(name),summary,project(shortName),content
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
fields | string |
Request Body
{"summary"=>"Let Us Document Our Process", "content"=>"Here are the guidelines for the development team:\n1. Cooperation.\n2. Collaboration.\n3. Appreciation."}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |