v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
task type attributes

Update a task type attribute in a task type

Patch a task_type_attribute associated with a task_type

patch/api/v3/projects/{project_id}/task_types/{task_type_id}/task_type_attributes/{id}

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

task_type_idstring uuid required

ID of the task type to update a task type attribute for

idstring uuid required

ID of the task type attribute

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

Request body

namestring

Name of the task type attribute

ordinalinteger nullable

Ordinal value of the Task type attribute

reference_idstring uuid nullable

reference id of the Task type attribute

last_editor_user_idinteger

ID of the user who most recently edited this entity

device_updated_atstring date-time

Time when the device last updated the entity

visibleboolean nullable

Specifies if task type attribute is visible

Response

Successful response

idstring uuid required

ID of the entity

project_idstring uuid required

ID of the project this entity belongs to

task_type_idstring uuid required

ID of the task type this entity belongs to

namestring required

Name of the task type attribute

kindinteger required

Kind value of the Task type attribute

ordinalinteger nullable

Ordinal value of the Task type attribute

precisioninteger nullable

precision value of the Task type attribute

reference_idstring uuid nullable

reference id of the Task type attribute

minimuminteger nullable

minimum value of the Task type attribute

maximuminteger nullable

maximum value of the Task type attribute

created_atstring date-time required

Time when the server created the entity

updated_atstring date-time required

Time when the server last updated the entity

creator_user_idinteger required

ID of the user who created this entity

last_editor_user_idinteger required

ID of the user who most recently edited this entity

device_created_atstring date-time required

Time when the device created the entity

device_updated_atstring date-time required

Time when the device last updated the entity

deleted_atstring date-time nullable

Time the server deleted the entity

visibleboolean nullable

Specifies if task type attribute is visible

always_visibleboolean nullable

Specifies if task type attribute is always visible

resolved_conflictboolean nullable

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