custom_field_update {clockify}R Documentation

Update a custom field on a project

Description

Update a custom field on a project

Usage

custom_field_update(
  project_id,
  custom_field_id,
  default_value = NULL,
  status = NULL
)

Arguments

project_id

Project ID

custom_field_id

Custom field ID

default_value

A default value for the field

status

Status


[Package clockify version 0.1.4 Index]