---
title: "Update spec_section_version by ID"
method: PATCH
path: "/api/v3/projects/{project_id}/spec_section_versions/{id}"
tags: ["spec section versions"]
---

# Update spec_section_version by ID

`PATCH /api/v3/projects/{project_id}/spec_section_versions/{id}`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- SpecSectionVersionUpdateInput — Schema for updating a spec_section_version
  - `description` string — Description of the spec_section_version
  - `last_editor_user_id` integer, nullable — ID of the last user who edited the spec_section_version
  - `device_updated_at` string, date-time, nullable — Time when the device last updated the spec_section_version

## Response `201`

Successful response

- SpecSectionVersion — A version of a specific spec_section.
  - `id` string, uuid, required — ID of the spec_section_version
  - `title` string, nullable, required — Title of the spec_section_version
  - `description` string, required — Description of the spec_section_version
  - `file_url` string, required — URL to a PDF of the spec_section_version
  - `thumb_url` string, nullable, required — URL to a thumbnail jpg of the spec_section_version's first page
  - `status` 'draft' | 'conflict' | 'confirmed' | 'null', nullable, required — Status of the spec_section_version
  - `revision_number` integer, required — Revision number of the spec_section_version
  - `project_id` string, uuid, required — ID of the project the spec_section_version belongs to
  - `spec_section_id` string, uuid, required — ID of the spec_section the spec_section_version belongs to
  - `attachment_id` string, uuid, required — ID of the attachment associated with the spec_section_version
  - `creator_user_id` integer, required — ID of the user who created the spec_section_version
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited the spec_section_version
  - `created_at` string, date-time, required — Time when the server created the spec_section_version
  - `updated_at` string, date-time, required — Time when the server last updated the spec_section_version
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_section_version
  - `device_created_at` string, date-time, nullable, required — Time when the device created the spec_section_version
  - `device_updated_at` string, date-time, nullable, required — Time when the device last updated the spec_section_version
  - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
