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