v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
spec section versions

Update spec_section_version by ID

patch/api/v3/projects/{project_id}/spec_section_versions/{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

descriptionstring

Description of the spec_section_version

last_editor_user_idinteger nullable

ID of the last user who edited the spec_section_version

device_updated_atstring date-time nullable

Time when the device last updated the spec_section_version

Response

Successful response

idstring uuid required

ID of the spec_section_version

titlestring nullable required

Title of the spec_section_version

descriptionstring required

Description of the spec_section_version

file_urlstring required

URL to a PDF of the spec_section_version

thumb_urlstring 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_numberinteger required

Revision number of the spec_section_version

project_idstring uuid required

ID of the project the spec_section_version belongs to

spec_section_idstring uuid required

ID of the spec_section the spec_section_version belongs to

attachment_idstring uuid required

ID of the attachment associated with the spec_section_version

creator_user_idinteger required

ID of the user who created the spec_section_version

last_editor_user_idinteger nullable required

ID of the last user who edited the spec_section_version

created_atstring date-time required

Time when the server created the spec_section_version

updated_atstring date-time required

Time when the server last updated the spec_section_version

deleted_atstring date-time nullable required

Time when the server last deleted the spec_section_version

device_created_atstring date-time nullable required

Time when the device created the spec_section_version

device_updated_atstring date-time nullable required

Time when the device last updated the spec_section_version

resolved_conflictboolean

Specifies if PUT/PATCH request was rejected - do not store this field!