v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
spec sections

Update a spec_section and its current spec_section_version

patch/api/v3/projects/{project_id}/spec_sections/{id}

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

idstring uuid required

ID of the entity

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

Request body

section_numberstring

The number that the spec_section corresponds to within a spec book

current_version_idstring uuid nullable

ID of the current spec_section_version of the spec_section

last_editor_user_idinteger nullable

ID of the last user who edited the spec_section

device_updated_atstring date-time

Time when the device last updated the spec_section

current_version_titlestring nullable

Title of the current spec_section_version

current_version_descriptionstring nullable

Description of the spec_section_version

current_version_file_urlstring nullable

The URL for the new PDF to be associated with the current spec_section_version

Response

Successful response

idstring uuid required

ID of the spec_section

section_numberstring required

The number that the spec_section corresponds to within a spec book

project_idstring uuid required

ID of the project the spec_section belongs to

current_version_idstring uuid nullable required

ID of the current spec_section_version of the spec_section

current_version_titlestring required

Title of the current spec_section_version of the spec_section

current_version_descriptionstring required

Description of the spec_section_version of the spec_section

current_version_file_urlstring nullable required

The URL for the PDF associated with the current spec_section_version of the spec_section

current_version_thumb_urlstring nullable required

The URL for the thumbnail associated with the current spec_section_version of the spec_section

conflictboolean required

Indicates a version conflict on the spec_section

processingboolean required

Indicates the processing status of the spec_section

errorboolean

Indicates whether the spec_section contains an error

creator_user_idinteger required

ID of the user who created the spec_section

last_editor_user_idinteger nullable required

ID of the last user who edited the spec_section

created_atstring date-time required

Time when the server created the spec_section

updated_atstring date-time required

Time when the server last updated the spec_section

deleted_atstring date-time nullable required

Time when the server last deleted the spec_section

device_created_atstring date-time required

Time when the device created the spec_section

device_updated_atstring date-time required

Time when the device last updated the spec_section