Add post comment creation API #72
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-bbd3d65c-create-post-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
POST /api/v1/posts/{slug}/commentsfor local post commentsslug comments create <post-slug> --content <text>supportVerification
make checkTask: #task-bbd3d65c
PR review approved
Summary:
POST /api/v1/posts/{slug}/commentswith OpenAPI request/response schemas.slug comments create <post-slug> --content <text>plus CLI tests.Acceptance criteria:
POST /api/v1/posts/{slug}/commentsis documented in OpenAPI with operation ID, request schema, response schema, auth, validation,404, and shared errors.NOT_FOUND.VALIDATION_ERROR.GET /api/v1/posts/{slug}/comments.Blocking issues: none.
Warnings: none.
Verification:
make checkpassed.CI / build-lint-test (pull_request)passed.Final verdict: approved.