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
We need a PATCH route to be able to edit the GroupMission_DB objects in the database.
What needs to be done?
Create a route called edit_group_mission
Create/find an appropriate schema for the output (This might be found in api_schemas/group_mission_schema.py)
Do a query to see if there exists a group mission with a given nollning_group_id and adventure_mission_id since this is a many-many table. If not, raise an exception (404 Not found).
Edit the object and update the database.
Add appropriate Permissions.
The text was updated successfully, but these errors were encountered:
We need a PATCH route to be able to edit the GroupMission_DB objects in the database.
What needs to be done?
The text was updated successfully, but these errors were encountered: