Buckets
Update Bucket
Update bucket.
put/v1/buckets/{bucketID}
Request body
Example request
{
"inputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
],
"outputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
]
}Response
Bucket updated
Example response
{
"inputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
],
"outputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
]
}