project-funnels
Vínculo com projetos

Atualizar status do funil de projeto

Define o status do projeto dentro do funil — o marcador de desfecho, como ganho ou perdido. Enviar status_id nulo limpa o status. Status conclusivos encerram a participação do projeto no funil, e status configurados como bloqueio impedem a entrada nas etapas bloqueadas. Ver Etiquetas, status e previsão.

post/api/management/update-project-funnel-status

Request body

project_idstring uuid required

ID (UUID) do projeto. Obrigatório.

project_funnel_idinteger required

ID do funil. Obrigatório.

status_idinteger nullable

ID do status a aplicar. Nulo limpa o status do projeto no funil.

Response

Sucesso

responseboolean required

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

Changes

Changed in 4 of the 80 revisions of this API.13211

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

    • the request property type changed from no type to integer

      request-property-type-changed

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the / response's property type changed from no type to string, and format from no format to date-time for status

      response-property-type-changed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • 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

    • 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