Custom Fields Create

Update the custom fields for a contract. This endpoint allows you to update the custom fields for a contract. The custom fields can be defined by you, and need to be configured in advance. The custom fields can be updated as many times as needed.

Path parameters

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

Headers

AuthorizationstringRequired

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

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.