formkiq-core icon indicating copy to clipboard operation
formkiq-core copied to clipboard

PATCH documents/{id} with path parameter duplicates file in DynamoDB

Open reganwolfrom opened this issue 1 year ago • 0 comments

curl "https://ojjn7xmet4.execute-api.us-east-2.amazonaws.com/documents/5c1109ce-6d89-4267-9edd-99a4e99597bf?siteId=default" -H "Authorization: {AUTH}" -d "{\"path\":\"user25.json\",\"tags\":[{\"key\":\"goat\",\"value\":\"text\"}]}"

Took an existing document, renamed it, but created a second entry in the DynamoDB results with the same documentId.

reganwolfrom avatar Nov 10 '22 05:11 reganwolfrom