The [documentation](https://github.com/SparkPost/developers.sparkpost.com/blob/014a47d5d79c72bddfd0f8f21c32ee1729ead40d/content/api/suppression-list.apib#L104) for the **Create or Update a Suppression** endpoint has the following `200` response example: ``` { "results": { "message": "Suppression List successfully updated" } } ``` However, the actual response received is: ``` { "results": "Suppression List successfully updated" } ``` Did this change at some point? Is the documentation out of date? Is other related documentation possibly inaccurate as well?