Learn about recent changes to the ArcGIS Urban API. The release date is January 31, 2024.
What's new
This section provides a summary of the most important changes in this release.
- New mutations for updating an
Urban
and anModel Urban
have been added.Design Database - Support for land-use plans has been added to the previously introduced experimental
metrics
query.Dashboards - A new title filter has been added to
urban
andModels urban
queries.Design Databases
Schema changes
This section describes new features, improvements, and changes made to the Urban API schema.
The following fields related to the new update
and update
mutations were added:
- Field
update
was added to object typeUrban Design Database Mutation
- Field
update
was added to object typeUrban Model Mutation
The following arguments related to the title filter were added:
- Argument
title
was added to fieldQuery.urban
Models - Argument
title
was added to fieldQuery.urban
Models Meta - Argument
title
was added to fieldQuery.urban
Design Databases - Argument
title
was added to fieldQuery.urban
Design Databases Meta - Argument
title
was added to fieldUrban
Model.urban Design Databases
Other changes were introduced:
- Field
Urban
changed type fromDesign Database.urban Model Id Portal
toItem Id Portal
Item Id! - Field
Urban
changed type fromModel.urban Database Id Portal
toItem Id Portal
Item Id! - Field
Urban
changed type fromModel.urban Database View Id Portal
Item Id to Portal
Item Id!
Bug fixes
- Improved querying the
urban
while an upgrade is in progress.Database - Fixed a bug that could cause the Urban API to become unresponsive.
- Added a check for title length on
create
,Urban Model update
,Urban Model create
,Urban Design Database update
to prevent unexpected errors.Urban Design Database