AurionAI Docs

Article Editing Heartbeat

Record that the current user is editing an article (heartbeat, TTL 60s).

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

Record that the current user is editing an article (heartbeat, TTL 60s).

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/editing"
{
  "status": "ok"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}