Reopening rather than filing a new issue, since the REST endpoints this issue added are not released yet (2.7 is still in development) and the rule is to fix such a defect under the issue that introduced it.
The two endpoints that create something answer 201 Created with a body built from the request rather than from the page they just wrote, so a client is told values the wiki does not hold. Creation is template-driven, and a property the caller leaves out holds the value its template gives it, so every such default was reported as null:
POST .../changes without an importance answers "importance": null while the page it created stores the 1 (Medium) that ChangeTemplate gives it since RN-117.
POST /releasenotes without a product answers no product while the page it created holds the product configured for the wiki.
These endpoints exist to be called by an agent creating release notes, which is precisely a client that trusts the 201 body and records from it. Both are fixed together: the created page is read back and answered, instead of the request being echoed.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.