API ReferenceWiki
Get project wiki sections
Возвращает все секции вики проекта. 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"nullEmpty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}