cURL
curl --request PUT \ --url https://api.reqlick.com/workspaces/{url} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectName": "<string>", "projectUrl": "<string>" }'
{ "url": "<string>" }
Update a workspace information by its URL.