project-funnels
Funis

Definir modelo de configuração do funil

Define qual modelo de configuração de quadro o funil passa a usar. É o único campo que este endpoint altera — o restante da configuração do funil é salvo pelo endpoint de criação/edição. O modelo precisa pertencer ao próprio funil; enviar null desfaz a associação. Ver Configuração do quadro.

put/api/management/project-funnels/{project_funnel}

Request body

funnel_config_template_idinteger nullable

ID do modelo de configuração de quadro do próprio funil. Nulo desfaz a associação.

Response

Sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 3 of the 79 revisions of this API.119

  • 3c590152d5b5116See the full diff
    • the request property type changed from number to integer

      request-property-type-changed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • the request property became nullable

      request-property-became-nullable

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • api tag Funis added

      api-tag-added