Groups
addBucket
Add an existing bucket to an existing group. Buckets and groups can be associated many to many.
Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.
post/v1/group/{groupId}/bucket/{bucketId}
Path parameters
groupIdinteger required
The groupId of the group which the bucket will be added to.
bucketIdinteger required
The bucketId of the bucket being added to the group.
Response
Successful update of group
Example response
{
"message": "OK"
}