This commit is contained in:
2025-05-15 15:02:23 +03:00
parent c44f16656c
commit 41d687cec4
4 changed files with 40 additions and 9 deletions

View File

@@ -49,6 +49,10 @@ class ClockifyConfig:
@property
def datetime_format(self):
return "%Y-%m-%dT%H:%M:%SZ"
@property
def update_time_entry(self):
return "/workspaces/{workspaceId}/time-entries/{id}"
config = Config()