We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 651062a + 8b916a9 commit d1abcfaCopy full SHA for d1abcfa
src/vws/vws.py
@@ -626,14 +626,14 @@ def update_target(
626
application_metadata: str | None = None,
627
) -> None:
628
"""
629
- Add a target to a Vuforia Web Services database.
+ Update a target in a Vuforia Web Services database.
630
631
See
632
- https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#add
+ https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#update
633
for parameter details.
634
635
Args:
636
- target_id: The ID of the target to get details of.
+ target_id: The ID of the target to update.
637
name: The name of the target.
638
width: The width of the target.
639
image: The image of the target.
0 commit comments