Logo
fastmemo API Documentation

Add Labels To A Note Ny Id

POST http://localhost:3000/api/v1/notes/60ed63fddeb6cb2d204c4c17/labels

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'http://localhost:3000/api/v1/notes/60ed63fddeb6cb2d204c4c17/labels' -d '{"labels":["python","kotlin"]}'

ENDPOINTS