---
title: "Mark a publication as published"
method: POST
path: "/publications/{id}/publish"
---

# Mark a publication as published

`POST /publications/{id}/publish`

Records the Instagram permalink and moves the publication to `published`.

## Path parameters

- `id` string, required

## Request body

- object
  - `instagram_post_url` string

## Response `200`

Published

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/lovable/apis/loomly-public-api.md) · [All operations](https://skmtc.dev/lovable/apis/loomly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lovable/loomly-public-api/revisions/082fb473547f/schema)
