Skip to content

Commit a75fbc3

Browse files
Update docs/reference/service.md
Co-authored-by: Julian Alberts <julian.alberts@contact-software.com>
1 parent 4090d98 commit a75fbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `service.file_upload` object allows you to upload new files to the CIM Datab
5050
### Upload a new file
5151

5252
```python
53-
service.upload_new_file(
53+
service.file_upload.upload_new_file(
5454
self,
5555
parent_object_id: str,
5656
filename: str,

0 commit comments

Comments
 (0)