---
title: "Create a new project_attribute"
method: POST
path: "/api/v3/account/project_attributes"
tags: ["project attributes"]
---

# Create a new project_attribute

`POST /api/v3/account/project_attributes`

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- ProjectAttributeCreateInput — Schema for creating project attributes
  - `id` string, uuid — ID of the entity
  - `name` string, required — Name of the project attribute - unique within an account
  - `color` '#FD504E' | '#C91112' | '#FA8B34' | '#FCD44A' | '#45DE67' | '#12A258' | '#82D8FF' | '#306BDB' | '#F84EF8' | '#282828', required — Color of the project attribute
  - `kind` 'label' | 'priority', required — The type of project attribute (i.e label)
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer, required — ID of the user who last interacted modified this entity
  - `account_id` integer, required — ID of the user account
  - `device_created_at` string, date-time — Time when the device created the entity
  - `device_updated_at` string, date-time — Time when the device last updated the entity
  - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!

## Response `201`

Successful response

- ProjectAttribute — Entity that allows an account owner to have a project attribute
  - `id` string, uuid, required — ID of the entity
  - `name` string, required — Name of the project attribute - unique within an account
  - `color` '#FD504E' | '#C91112' | '#FA8B34' | '#FCD44A' | '#45DE67' | '#12A258' | '#82D8FF' | '#306BDB' | '#F84EF8' | '#282828', required — Color of the project attribute
  - `kind` 'label' | 'priority', required — The type of project attribute (i.e label)
  - `created_at` string, date-time — Time when the server created the entity
  - `updated_at` string, date-time — Time when the server last updated the entity
  - `creator_user_id` integer — ID of the user who created this entity
  - `last_editor_user_id` integer — ID of the user who last interacted modified this entity
  - `account_id` integer, required — ID of the user account
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `resolved_conflict` boolean, required — 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)
