Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Patch Projects Api V3 Customfields Custom Field Id Json

    Updates an existing custom field.

    Input

    type: object properties: parameters: type: object properties: customFieldId: type: integer required: - customFieldId title: Parameters data: type: object title: Data properties: customfield: type: object title: CustomField properties: currencyCode: type: string description: type: string entity: description: using a verbose name to avoid conflict type: string formula: type: string groupId: type: integer isPrivate: type: boolean name: type: string options: {} privacy: type: object title: UserGroups properties: companyIds: type: object title: NullableInt64Slice properties: 'Null': type: boolean Set: type: boolean Value: type: array items: type: integer teamIds: type: object title: NullableInt64Slice properties: 'Null': type: boolean Set: type: boolean Value: type: array items: type: integer userIds: type: object title: NullableInt64Slice properties: 'Null': type: boolean Set: type: boolean Value: type: array items: type: integer projectId: type: integer required: type: boolean type: type: string visibilities: type: array items: type: string

    Output

    type: object title: Response properties: count: type: integer customfield: type: object title: CustomField properties: createdAt: type: string createdBy: type: integer createdByUserId: type: integer currencyCode: type: string deleted: type: boolean deletedAt: type: string deletedBy: type: integer deletedByUserId: type: integer description: type: string entity: type: string formula: type: string groupId: type: integer id: type: integer isPrivate: type: boolean name: type: string options: {} project: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string projectId: type: integer required: type: boolean type: type: string updatedAt: type: string updatedBy: type: integer updatedByUserId: type: integer visibilities: type: array items: type: string