ctengel / taskmaster

Master your tasks
GNU General Public License v3.0
0 stars 0 forks source link

POST API suitable for re-import #48

Open ctengel opened 3 years ago

ctengel commented 3 years ago

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: