Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Update an existing project custom field value.

    Edit a project custom field value.

    Input

    type: object properties: parameters: type: object properties: projectId: type: integer customFieldId: type: integer required: - projectId - customFieldId title: Parameters data: type: object title: Data properties: customfieldProject: type: object title: CustomFieldValue properties: countryCode: type: string currencySymbol: type: string customfieldId: type: integer urlTextToDisplay: type: string value: {}

    Output

    type: object title: responseProject properties: customfieldProject: type: object title: CustomFieldValueProject properties: countryCode: type: string createdAt: type: string createdBy: type: integer currencySymbol: type: string customfield: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string customfieldId: type: integer id: type: integer project: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string projectId: type: integer urlTextToDisplay: type: string value: {} included: type: object title: ResponseIncluded properties: companies: type: object customfields: type: object projects: type: object tasks: type: object meta: type: object title: Meta properties: averageSpend: type: integer limit: type: integer nextCursor: type: string page: type: object title: MetaPage properties: count: type: integer hasMore: type: boolean pageOffset: type: integer pageSize: type: integer prevCursor: type: string totalCapacity: type: integer