Group Locations
Create group location
post/v2/organisation/groups/{groupId}/locations
Path parameters
groupIdinteger required
Request body
Example request
{
"latitude": "59.329956",
"longitude": "18.062850",
"radius": 100,
"comment": "Main entrance"
}Response
OK
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○