WhatNowMap / backend

https://whatnowmap-api.onrender.com
0 stars 0 forks source link

comment w media: mediaIds #55

Closed jul-louis closed 1 year ago

jul-louis commented 1 year ago

mediaIds: array of media Id Sample Req JSON w/ Media: { "comment": "Comment Content", "eventId": "64d52991e06bbbab62526e97", "mediaIds": ["64dbcbe3e82a2b0ee89fd680"] }

Sample Req JSON w/o Media (null / not included): { "comment": "Comment Content", "eventId": "64d52991e06bbbab62526e97" }