Skip to main content
PUT
Edit custom fields of the project (batch)

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

projectUid
string
required

Project UID

Body

application/json

Custom field instances to update

Batch update of custom field instances

addInstances
object[]

Custom field instances to add

removeInstances
object[]

UIDs of custom field instances to remove

updateInstances
object[]

Custom field instances to update

Response

OK

customFieldInstances
object[]