Skip to content

feat: bl wiki enhancements (count / tag list / stars / attachment add-get / shared-file ops) #49

@23prime

Description

@23prime

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions