Breaking change for POST /stages endpoint

Effective from: August 2, 2021


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”.

Who is affected?
Anyone with functionality built on top of using the endpoint without specifying the stage name .


See full the changelog post here