Updates the data of a pipeline card in the database identified by the UUID.
Click on the image below to enlarge the demonstration in Postman.
Payload example:
{
"name": "Space X",
"pipeline_stage_uuid": "92ff7288-2ffc-4f1f-bfee-1de28f7ed2e6",
"sla": 10,
"custom_fields_values": {
"cf_zeleylsf_company": "Space X ",
"cf_negmliue_website": "https://spacex.com",
"cf_uwqk35mw_tax_id": "123.456.789"
}
}
SLA Attribute description:
🇺🇸 Use the Service Level Agreement (SLA) attribute to set the time limit for a card within its current stage. If no value is assigned, the SLA will inherit the default set for that stage. If the stage does not have a predefined SLA value, 0 will be set as the default. The time is measured in hours.
🇪🇸 Utilice el atributo Service Level Agreement (SLA) para definir el límite de tiempo para una tarjeta dentro de la etapa en la que se encuentra. Si no se asigna un valor, el SLA heredará el valor predeterminado establecido para esa etapa. Si la etapa no tiene un valor de SLA predefinido, se establecerá 0 como valor por defecto. El tiempo se mide en horas.
🇧🇷 Utilize o atributo Service Level Agreement (SLA) para definir o tempo limite de um card dentro do estágio em que ele se encontra. Caso não seja atribuído um valor, o SLA receberá o padrão setado para o estágio. Se o estágio não tiver um valor pré-definido para o SLA, será definido 0 como valor padrão. O tempo é medido em horas.