put https://api.avionte.com/front-office/v1/talent/
Updates information about the specified talent record.
Recipes
📚
Update a Talent
Open Recipe
When making a PUT request, make sure to include the entire object in the payload for successful updates. Alternatively, consider using the Patch a Talent endpoint for partial updates without the need for the entire object.
StatusId and Status
Either a valid StatusId or Status value is required to be passed in the payload.
If both a valid StatusId and a Status value are passed in the payload, the endpoint will set the talent status using the provided StatusId.
If only a valid Status value is passed in the payload, the endpoint will set the talent status using the provided Status value.
- If the tenant has an existing status configured in Table Editor, that matches with the Status value in the payload, then the endpoint will use that value to set the talent's status, else the end point will create a new status in Table Editor and will set the talent's status to that newly created status.