v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Forms

Publish a form version

Publish a specific version of a form, making it available for submissions.

post/api/v2/forms/{form_id}/publish

Path parameters

form_idstring uuid required

The ID of the form.

Request body

Example request

{
  "data": {
    "attributes": {
      "version": 1
    },
    "type": "form_publications"
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "created_at": "2026-05-29T20:06:13.677353Z",
      "form_id": "afc67600-0511-43b1-9b18-578fb4979bd3",
      "form_version": 1,
      "id": "42",
      "modified_at": "2026-05-29T20:06:13.677353Z",
      "org_id": 2,
      "publish_seq": 1,
      "user_id": 10001,
      "user_uuid": "1fc709aa-be19-4539-a47d-52a30d78a978"
    },
    "id": "42",
    "type": "form_publications"
  }
}