logo
Buckets

update

put
https://api.groundx.ai/api/v1/bucket/{bucketId}

Rename a bucket.

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
bucketIdintegerrequired

The bucketId of the bucket being updated.

Request Body
newNamestringrequired

The new name of the bucket being renamed.

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

Response fields

object
bucketobject
1
{
2
"bucket": {
3
"bucketId": 0,
4
"name": "string"
5
}
6
}