---
title: "PATCH /geofencing/v0/collections/{CollectionName}"
method: PATCH
path: "/geofencing/v0/collections/{CollectionName}"
---

# PATCH /geofencing/v0/collections/{CollectionName}

`PATCH /geofencing/v0/collections/{CollectionName}`

Updates the specified properties of a given geofence collection.

## Path parameters

- `CollectionName` string, required

## Request body

- object
  - `Description` string — Updates the description for the geofence collection.
  - `PricingPlan` 'RequestBasedUsage' | 'MobileAssetTracking' | 'MobileAssetManagement' — No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.
  - `PricingPlanDataSource` string — This parameter is no longer used.

## Response `200`

Success

- UpdateGeofenceCollectionResponse
  - `CollectionArn` string, required — <p>The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.</p> <ul> <li> <p>Format example: <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code> </p> </li> </ul>
  - `CollectionName` string, required — The name of the updated geofence collection.
  - `UpdateTime` string, date-time, required — The time when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/location.md) · [All operations](https://skmtc.net/aws/apis/location/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/location/versions/5625b31cf50d/schema)
