turingschool / turlink-be

0 stars 0 forks source link

BE: PATCH endpoint for making a link private #30

Closed jdmchugh111 closed 1 week ago

jdmchugh111 commented 3 weeks ago

an endpoint that passes a param like private=true that will change the attribute in the Link object

We would also need to run a small migration to add private as a boolean attribute to links, and the default would be false