Changelog¶
2026.08.07¶
Add a
scopesargument toget_model_target_web_api_detailsso callers on Vuforia Enterprise accounts can request the advanced Model Target Web API scope alongside the standard scope, via the newMODEL_TARGET_WEB_API_ADVANCED_SCOPESconstant.Add
database_idto the dictionary returned byget_database_details, and aVUFORIA_DATABASE_IDline to the--env-var-formatoutput ofshow-database-details. This is the ID which Cloud Targets Web API endpoints such asPOST /imagetargets/databases/{database_id}/reports/recoCountsname in the request path.
2026.05.21¶
Add
get_model_target_web_api_detailsto generate OAuth2 credentials for Model Target Web API tests.
2026.02.22.1¶
2026.02.22¶
2026.02.20¶
2026.02.17.1¶
2026.02.17¶
2026.02.16.1¶
2026.02.16¶
Renamed the
create-vws-databaseCLI command tocreate-vws-cloud-database.