# Summary | [❌ Breaking changes](#breaking-changes) | [⚠️ Non-breaking changes](#non-breaking-changes) | |------------------------------------------|--------------------------------------------------| | 2 | 2 | # ❌ Breaking changes ## **POST** /test ### ➡️☁️ JSON Request #### `$[1](String)` The type has been removed. ### ⬅️☁️ JSON Response – 200 #### `$[1](Object)` The type has been added. # ⚠️ Non-breaking changes ## **POST** /test ### ➡️☁️ JSON Request #### `$[1](Object)` The type has been added. ### ⬅️☁️ JSON Response – 200 #### `$[1](String)` The type has been removed.