Description of problem:
When creating a new entity for example by calling tags_post(tag_data) - the returned value (ApiTag) is missing the tag_categories name.
In one of the previously opened bugs Jeff mentioned:
"The API makes no guarantees regarding the "name" in Ref (reference) fields on resource CREATE.
I believe this behavior is consistent across endpoints. Recommend this is not worth fixing."
Note: From QE perspective many of our CRUD tests failed when doing full assertion as the returned values were missing the reference name
- mentioned on