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
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 fordeal_probability
to be within the range of 0 to 100 andpipeline_id
to match an existing Pipeline.PUT /v1/stages/{id}
: Added validation fordeal_probability
to be within the range of 0 to 100, name value not to be null or empty, andpipeline_id
to match an existing Pipeline.PUT /v1/pipelines/{id}/
: Implemented validation forname
not to be null or empty.POST /v1/deals
: Enhanced validation forprobability
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.