go to pipedrive.com
Log inSign up
Contents

Changelog

UPDATE
Effective from:

February 20th, 2025

Updating validation for Stages, Pipeline and Deals POST/PUT endpoints

Announced: February 20, 2025

Effective from:
February 20th, 2025

Updating validation for Stages, Pipeline and Deals POST/PUT endpoints

What is changing?

It was possible to add stage/deal with unrealistic probability, add stages to non-existing pipeline, have empty names for stages and pipelines.

Affected endpoints:

  • POST /v1/stages: Added validation for deal_probability to be within the range of 0 to 100 and pipeline_id to match an existing Pipeline.
  • PUT /v1/stages/{id}: Added validation for deal_probability to be within the range of 0 to 100, name value not to be null or empty, and pipeline_id to match an existing Pipeline.
  • PUT /v1/pipelines/{id}/: Implemented validation for name not to be null or empty.
  • POST /v1/deals: Enhanced validation for probability to be within the range of 0 to 100.

Why it is changing?

To improve API's reliability. This ensures only valid data is accepted, enhancing overall quality and usability.

Additional resources:

If you have any questions or comments, feel free to let us know in the Developer’s Community.

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.