Closed MV-GH closed 1 year ago
This PR focuses on updating the API routes and schemas for creating and editing communities.
$ref
partials/api_routes.yaml
CreateCommunity
EditCommunity
lemmy_spec.yaml
#/components/schemas/CreateCommunity
#/components/schemas/EditCommunity
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
Focus of the PR
This PR focuses on updating the API routes and schemas for creating and editing communities.
Detailed summary
$ref
inpartials/api_routes.yaml
fromCreateCommunity
toEditCommunity
.$ref
inlemmy_spec.yaml
from#/components/schemas/CreateCommunity
to#/components/schemas/EditCommunity
.EditCommunity
with properties for editing a community.CreateCommunity
schema with additional properties for creating a community.