AurionAI Docs

Resubmit For Review

POST
/api/v2/kb/articles/{article_id}/resubmit

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

article_id*Article Id

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/kb/articles/string/resubmit"
{
  "article_id": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "decisions": [
    {}
  ],
  "id": "string",
  "resolved_at": "2019-08-24T14:15:22Z",
  "status": "string",
  "submitted_by": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}