Jump to: navigation, search

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 January 22, 2016, at 19:56.
Comments or questions about this documentation? Contact us for support!