Minctrl Docs

Generate/refresh project wiki

POST
/wiki/{project_id}/generate

Генерирует / обновляет вики из последнего завершённого workflow. Generates/updates the wiki from the latest completed workflow.

Requires a valid bearer token and an active company. Project access is verified (404 if missing, 403 if it belongs to another company). Also 404 when there is no completed workflow to generate content from.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

project_id*Project Id

Response Body

application/json

application/json

curl -X POST "https://example.com/wiki/string/generate"
null
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}