go to pipedrive.com
Log inSign up
Contents

Changelog

UPDATE
Effective from:

August 2, 2021

Breaking change for POST /stages endpoint

Announced: July 19, 2021

Effective from:
August 2, 2021

Breaking change for POST /stages endpoint

What is going to change?

The body parameter name of the POST /stages endpoint is a required property (both under the hood and in the documentation), but its existence is not validated when making the request. The endpoint returns 201 even when there is no value given to the name body parameter.

We are going to add validation to the name body parameter when requesting the POST /stages endpoint. When the value is not present, then the response error will be 400 “Bad request”.

Why is it going to change?

The name body parameter should be required according to the documentation and common sense.

Who is affected?

Anyone with functionality built on top of using the endpoint without specifying the stage name. Although it is marked as required in our API Reference page documentation, we encourage you to please check how you are using the endpoint.


Published on July 19, 2021

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.