You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
asmahood
changed the title
The backend should have an endpoint for blind structures
Events 2.0 | The backend should have an endpoint for blind structures
Aug 14, 2023
asmahood
changed the title
Events 2.0 | The backend should have an endpoint for blind structures
The backend should have an endpoint for blind structures
Aug 14, 2023
Description
The backend needs to support creating, reading, and updating structures. All types and parameters are laid out in the miro board below
https://miro.com/app/board/uXjVMCaPwMs=/?share_link_id=630692721419
Approach
/events/structures
(requires authentication)POST /
CreateStructureRequest
with proper validationGET /
id DESC
so the newest items are firstGET /${id}
PUT /${id}
UpdateStructureRequest
with proper validationRelated To
Blocked By
Blocks
The text was updated successfully, but these errors were encountered: