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
When selecting a project for a course, a PATCH call to the /api/v1/partners/{partner_id}/mentors/{mentor_id}/project will be made in order to save this information.
The project will be retrieved by making a GET call to the same endpoint.
The text was updated successfully, but these errors were encountered:
Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-148&t=LPfyjEb31x9adSCp-4
When selecting a project for a course, a PATCH call to the
/api/v1/partners/{partner_id}/mentors/{mentor_id}/project
will be made in order to save this information.The project will be retrieved by making a GET call to the same endpoint.
The text was updated successfully, but these errors were encountered: