v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Assign new custom fields to project

Accepts new values for assignment. If empty list is passed - all assignments are deleted. Order of the fields in the request is preserved during saving.

post/jobs-api/v3/projects/{projectId}/custom-fields

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

Request body

fieldUidstring

Custom field unique identifier.

Example request

[
  {
    "fieldUid": "ngahq6dgh4ed"
  }
]

Response

OK