Minctrl Docs

Get project wiki sections

GET
/wiki/{project_id}

Возвращает все секции вики проекта. Returns every wiki section of the project.

Requires a valid bearer token and an active company. Project access is verified: 404 if the project does not exist, 403 if it belongs to another company.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

project_id*Project Id

Response Body

application/json

application/json

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