---
title: "Resolve a single spec_section"
method: PATCH
path: "/api/v3/projects/{project_id}/spec_sections/{id}/resolve"
tags: ["spec sections"]
---

# Resolve a single spec_section

`PATCH /api/v3/projects/{project_id}/spec_sections/{id}/resolve`

## Path parameters

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

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- SpecSectionResolveInput — Schema for resolving spec_sections individually
  - `section_number` string, required — The number that the spec_section corresponds to within a spec book
  - `project_id` string, uuid — ID of the project the spec_section belongs to
  - `version_id` string, uuid, required — ID of the conflicting version of the spec_section
  - `version_title` string, required — Title of the spec_section_version
  - `version_description` string, required — Description of the spec_section_version

## Response `201`

Successful response

- SpecSection[]
  - `id` string, uuid, required — ID of the spec_section
  - `section_number` string, required — The number that the spec_section corresponds to within a spec book
  - `project_id` string, uuid, required — ID of the project the spec_section belongs to
  - `current_version_id` string, uuid, nullable, required — ID of the current spec_section_version of the spec_section
  - `current_version_title` string, required — Title of the current spec_section_version of the spec_section
  - `current_version_description` string, required — Description of the spec_section_version of the spec_section
  - `current_version_file_url` string, nullable, required — The URL for the PDF associated with the current spec_section_version of the spec_section
  - `current_version_thumb_url` string, nullable, required — The URL for the thumbnail associated with the current spec_section_version of the spec_section
  - `conflict` boolean, required — Indicates a version conflict on the spec_section
  - `processing` boolean, required — Indicates the processing status of the spec_section
  - `error` boolean — Indicates whether the spec_section contains an error
  - `creator_user_id` integer, required — ID of the user who created the spec_section
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited the spec_section
  - `created_at` string, date-time, required — Time when the server created the spec_section
  - `updated_at` string, date-time, required — Time when the server last updated the spec_section
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_section
  - `device_created_at` string, date-time, required — Time when the device created the spec_section
  - `device_updated_at` string, date-time, required — Time when the device last updated the spec_section

---

[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)
