User story:
I want to easily take something I GET-ted from one tm instance and POST it directly to another with minimal/no processing on my part.
What's needed:
Modify POST endpoint to accept JSON object payloads with items that normally are not allowed in POST (i.e. ID, etc) and strip/replace the unallowed.
Related:
Split from #13
Related to #8
Will also need import/export CLI to be more useful
User story: I want to easily take something I GET-ted from one tm instance and POST it directly to another with minimal/no processing on my part.
What's needed: Modify POST endpoint to accept JSON object payloads with items that normally are not allowed in POST (i.e. ID, etc) and strip/replace the unallowed.
Related: