Path: blob/master/Clockify/Clockify_Update_client.ipynb
3514 views
Kernel: Python 3

Clockify - Update client
Tags: #clockify #client #create #api #rest #documentation
Author: Florent Ravenel
Last update: 2023-05-16 (Created: 2023-05-16)
Description: This notebook will show how to update a client using Clockify API from a specific workspace.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key: Get your API keyworkspace_id: ID of the workspaceclient_id: ID of the client to getclient_data: data to be updated
In [ ]:
Model
Update client
In [ ]:
Output
Display result
In [ ]: