PUT apioauth/matrixv2/groups/{groupId}/pois/{poiId}

Add a poi to a group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

unsigned integer

Required

poiId

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

AssignResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true
}

application/xml, text/xml

Sample:
<AssignResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Status>true</Status>
</AssignResponse>