Update
This operation is part of the Place Management API section of the Web Services API.
Overview
Updates the specified place.
| Request URL | /api/v2/places/{id} |
|---|---|
| HTTP Method | PUT |
| Required Features | api-provisioning-write |
Parameters
| Parameter | Value |
|---|---|
| name | The updated name of the place. |
Samples
Request
PUT /api/v2/places/15f4b6e7-f8f7-4039-b2f0-23ee146a7e8b
{
"name":"JoshQ"
}Response
{
statusCode: 0
} This page was last edited on October 31, 2023, at 13:30.
Comments or questions about this documentation? Contact us for support!
