Projects

addBucket

Add an existing bucket to an existing project. Buckets and projects 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/project/{projectId}/bucket/{bucketId}

Path parameters

projectIdinteger required

The projectId of the project which the bucket will be added to.

bucketIdinteger required

The bucketId of the bucket being added to the project.

Response

Successful update of project

messagestring

Example response

{
  "message": "OK"
}

Changes