Update a Specific Article

POST {{baseUrl}}/articles/:id?fields=hasStar,content,created,updated,id,idReadable,reporter(name),summary,project(shortName),content

Request Params

KeyDatatypeRequiredDescription
fieldsstring

Request Body

{"summary"=>"Let Us Document Our Process", "content"=>"Here are the guidelines for the development team:\n1. Cooperation.\n2. Collaboration.\n3. Appreciation."}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring