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
Currently, to share an object, you must make a request to /api/v1/share/
It would be more convenient and consistent if it was /api/v1/position/{id}/share/ to match /favorite/ and /highlight/, and allow us to attach it to other objects (such as posts, etc.)
Currently, to share an object, you must make a request to
/api/v1/share/It would be more convenient and consistent if it was
/api/v1/position/{id}/share/to match/favorite/and/highlight/, and allow us to attach it to other objects (such as posts, etc.)