Update Pipeline
Update_Pipeline updates an existing GovTribe pipeline and returns the updated pipeline resource as JSON text.
Input Contract
pipeline_id: GovTribe ID of the pipeline to update.type:stringrequired:yesdefault:n/a
name: Updated pipeline name.type:stringrequired:yesdefault:n/ashape:max length 100
description: Updated pipeline description.type:stringrequired:nodefault:omit to keep current descriptionshape:max length 1000
Output Contract
Top-level keys:
govtribe_idgovtribe_typegovtribe_urlnamedescriptioncreated_atupdated_atownercreatorstages
Row keys:
n/a
Relationship retrieval map:
creatorresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
ownerresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
stagesresource_type:stagetool:Search_Stagesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name,type
Usage Patterns
Pattern A: Rename a pipeline and refresh its team-facing description. Tool: Update_Pipeline
Last updated
Was this helpful?
