Avanade/emtech-distributed-data

What do we do if we want to add data to an existing guid?

github-actions opened this issue · 1 comments

Line: 65

async def append(request):
# TODO: What do we do if we want to add data to an existing guid?
newEntryId = str(uuid.uuid4())
bodyData = await request.body()
# verify json
try:
json.loads(bodyData)

duplicate of #113