"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Misleading web-services target update example

link: https://library.vuforia.com/web-api/cloud-targets-web-services-api#update In the json PUT example, the first line is "PUT /targets HTTP/1.1", but a target should be specified like in the delete and get examples

Delete example: "DELETE /targets/550e8400e29b41d34716446655834450  HTTP/1.1"

Get example: "GET /targets/550e8400e29b41d34716446655834450 HTTP/1.1"

In its current version the example is a bit misleading, since sending a PUT request at "/targets" will result in authentication error.