Back to All

how to create a new task_types record

Hi, trying to create a new task_types record so we can make the visibilty of task_type_attributes specific to a category.

I can use GET https://app.fieldwire.com/api/v3/projects/{{ProjectID}}/task_types to retreive the task_types which show just the one record "default"

If I try a POST to that endpoint it returns an error 404 not found.