벨로그 글 발행
velog_publish_postPublish a new Velog post immediately as private, bypassing the draft stage. Revert to draft anytime with the unpublish tool.
Instructions
새 글을 바로 발행한다. 초안을 거치지 않는다. 현재 설정에서는 비공개로만 발행된다 (공개 발행은 VELOG_ALLOW_PUBLIC=1 이 필요하다). 되돌리려면 velog_unpublish_post 로 초안으로 내릴 수 있다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | 본문 (마크다운) | |
| tags | No | ||
| title | Yes | ||
| url_slug | No | 생략하면 제목에서 생성 | |
| series_id | No | ||
| thumbnail | No |