Update a contract's custom fields

Update the custom fields for a contract.

Custom fields are client-defined metadata configured on your YunoJuno account (for example cost centres, project codes or internal tags). Only the fields supplied are validated and updated; required fields not included in the request are left unchanged.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

contract_idstringRequiredformat: "^ct_c[a-z0-9]{24}$"

Request

This endpoint expects an object.
custom_fieldslist of objectsRequired
An array of custom fields to update for the contract.

Response

dataobject
The contract object. This objects represents a contract on the YunoJuno platform between a client and a freelancer.