cURL
curl --request PATCH \ --url https://app.luly.ai/api/v1/pathway/folders/{folder_id} \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "name": "<string>" }'
{ "status": "success", "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1" }
Updates the name of a specific folder for the authenticated user.