Zuplo · Arazzo Workflow
Zuplo Find and Update an API Key Bucket
Version 1.0.0
List the account's buckets, confirm a match exists, update one, and read it back.
Provider
Workflows
find-and-update-bucket
Locate a bucket, update its description and tags, and read it back.
Lists buckets, branches when at least one is present, patches the named bucket, and reads it back to verify the change.
1
listBuckets
ApiKeyBucketsService_list
List the account's buckets to confirm the target exists.
2
updateBucket
ApiKeyBucketsService_update
Patch the named bucket's description and tags. Only the supplied fields are changed.
3
readBucket
ApiKeyBucketsService_read
Read the bucket back to confirm the description and tags were written.