project-funnels
Vínculo com projetos

Alternar vínculo de etiqueta do funil de um projeto

Aplica ou remove uma etiqueta do projeto, conforme o estado atual. A etiqueta precisa pertencer a um dos funis aos quais o projeto está vinculado. Etiquetas configuradas como bloqueio de etapa impedem o projeto de entrar nas etapas bloqueadas enquanto estiverem aplicadas. Ver Etiquetas, status e previsão.

post/api/management/toggle-funnel-tag

Request body

project_idstring uuid required

ID (UUID) do projeto. Obrigatório.

funnel_tag_idinteger required

ID da etiqueta do funil. Obrigatório.

Response

Sucesso

responseboolean required

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

Changes

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

  • 3c590152d5b574See 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 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

    • response property step_blockings list-of-types was widened by adding types object to media type application/json of response 422

      response-property-list-of-types-widened

    • 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