Add a New Article
POST {{baseUrl}}/articles?fields=hasStar,content,created,updated,id,idReadable,reporter(id,name),summary,project(id,shortName),content
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"project"=>{"shortName"=>"NP", "id"=>"{{projectID}}"}, "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 |