Skip to content

Commit d1abcfa

Browse files
Merge pull request #2262 from VWS-Python/update-target-docs
Fix reference errors in update_target docs
2 parents 651062a + 8b916a9 commit d1abcfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vws/vws.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,14 @@ def update_target(
626626
application_metadata: str | None = None,
627627
) -> None:
628628
"""
629-
Add a target to a Vuforia Web Services database.
629+
Update a target in a Vuforia Web Services database.
630630
631631
See
632-
https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#add
632+
https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#update
633633
for parameter details.
634634
635635
Args:
636-
target_id: The ID of the target to get details of.
636+
target_id: The ID of the target to update.
637637
name: The name of the target.
638638
width: The width of the target.
639639
image: The image of the target.

0 commit comments

Comments
 (0)