logo
Projects

addBucket

post
https://api.groundx.ai/api/v1/project/{projectId}/bucket/{bucketId}

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.

Execute an API Request

Path
projectIdintegerrequired

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

bucketIdintegerrequired

The bucketId of the bucket being added to the project.

Authorization
Request
Installation
$
npm install groundx-typescript-sdk
1
Loading...

Response fields

object
messagestring
1
{
2
"message": "OK"
3
}