project-funnels
Vínculo com projetos

Alternar vínculo do funil de projeto

Liga ou desliga o projeto do funil, conforme o estado atual: se ainda não estiver vinculado, vincula e já coloca o projeto na primeira etapa; se estiver, desvincula e remove o projeto de todas as etapas daquele funil. Funis inativos não aceitam vínculo. Ver Mover projetos entre etapas.

post/api/management/project-funnel-link-toggle

Request body

project_idstring uuid required

ID (UUID) do projeto. Obrigatório.

project_funnel_idinteger

ID do funil.

Response

Sucesso

responseboolean required

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

Changes

Changed in 4 of the 79 revisions of this API.59

  • 3c590152d5b554See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the request property type changed from no type to integer

      request-property-type-changed

    • the request property type changed from no type to string, and format from no format to uuid

      request-property-type-changed

    • 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

    • added optional request body

      request-body-added-optional

    • api tag Vínculo com projetos added

      api-tag-added

    • api tag {project_funnel_id} removed

      api-tag-removed