[x] Always includes version in body payload for PUT /version requests
[x] When updating stable version, certain flag prompts (hidden, deprecated) are now properly skipped since it's impossible to set those flags on the stable version.
🧬 QA & Testing
Added more test coverage to ensure that these edge cases are accounted for.
🧰 Changes
Client-side fixes for https://github.com/readmeio/readme/pull/10989:
version
in body payload forPUT /version
requestshidden
,deprecated
) are now properly skipped since it's impossible to set those flags on the stable version.🧬 QA & Testing
Added more test coverage to ensure that these edge cases are accounted for.