Type
feat
Summary
feat: bl wiki enhancements (count / tag list / stars / attachment add-get / shared-file ops)
Changes
| Command |
API endpoint |
bl wiki count |
GET /api/v2/wikis/count |
bl wiki tag list |
GET /api/v2/wikis/tags |
bl wiki star list <id> |
GET /api/v2/wikis/{wikiId}/stars |
bl wiki attachment add <id> |
POST /api/v2/wikis/{wikiId}/attachments |
bl wiki attachment get <id> <attachment-id> |
GET /api/v2/wikis/{wikiId}/attachments/{attachmentId} |
bl wiki attachment delete <id> <attachment-id> |
DELETE /api/v2/wikis/{wikiId}/attachments/{attachmentId} |
bl wiki shared-file list <id> |
GET /api/v2/wikis/{wikiId}/sharedFiles |
bl wiki shared-file link <id> |
POST /api/v2/wikis/{wikiId}/sharedFiles |
bl wiki shared-file unlink <id> <shared-file-id> |
DELETE /api/v2/wikis/{wikiId}/sharedFiles/{id} |
Notes