Zuplo · Arazzo Workflow
Zuplo Find a Consumer and Update Its Metadata
Version 1.0.0
List consumers in a bucket, find a match by name, update its metadata, and read it back.
Provider
Workflows
find-consumer-update-metadata
Locate a consumer by name and update its metadata.
Lists consumers, branches when a matching consumer is present, patches its metadata, and reads the consumer back to verify the change.
1
listConsumers
ApiKeyConsumersService_list
List the consumers in the bucket to confirm the target exists.
2
updateConsumer
ApiKeyConsumersService_update
Patch the consumer's description, tags, and metadata. Only the supplied fields are changed.
3
readConsumer
ApiKeyConsumersService_read
Read the consumer back to confirm the metadata was written.