---
title: "Updates the given place with new model"
method: PUT
path: "/v1/resourceowner/place3/{placeId}"
tags: ["ResourceOwnerPlace3"]
---

# Updates the given place with new model

`PUT /v1/resourceowner/place3/{placeId}`

This will update information on an already existing place, as well as its vehicle connections.
            Vehicle connections to the place will be updated/added from the VehicleIds list if user has edit authorization to the vehicles.
            Already existing vehicle connections be removed if excluded in the VehicleIds list (if authorized to be edited).
            This will update the given place id with a new model.

## Path parameters

- `placeId` integer, required

## Request body

- Place3EditModel
  - `Name` string, required
  - `Radius` integer, required
  - `PositionPoint` PositionPointModel, required
    - `Longitude` number, double
    - `Latitude` number, double
  - `Description` string
  - `TripType` 0 | 1 | 2 | 3
  - `TripTypeTrigger` 0 | 1 | 2 | 3
  - `OrganizationNodeId` integer
  - `DrivesBetweenAnotherPlaceId` integer

## Response `200`

The given place was saved

## Other responses

- `400` — Bad request, could occur for a number of cases, see returned message
- `403` — Request is forbidden, could occur for a number of reasons, see returned message
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
