Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

group/update/:token

Contents

URL

https://api.geoloqi.com/1/group/update/:token

Description

Update information about a group.

Supported Request Methods

POST

Parameters

See API/group/create

Example Request

{
  "title":"MapAttack",
  "publish_access":"closed"
}

Response

Success

If the group was updated successfully, you will get the group info in the response and a "200 OK" response code.

HTTP/1.1 200 OK
 
{
    "title": "MapAttack", 
    "date_created": "2011-08-18T19:51:54-07:00", 
    "group_token": "d6Qwh1eSy", 
    "active": 1, 
    "description": "", 
    "publish_access": "open", 
    "visibility": "invite"
}