Skip to main content
Eco3s
API
Notion
GitHub
Next
5 docs tagged with "Auth Required"
View All Tags
DELETE /posts/{id}
특정 글을 삭제합니다.
DELETE /users/{id}
자신의 계정을 삭제합니다.
PATCH /posts/{id}
자신이 작성한 글을 수정합니다.
PATCH /users/{id}
자신의 정보를 수정합니다.
POST /posts
새 글을 작성합니다.