pushNewLibraryResourceVersion
Push the latest version of a library resource out to the selected accords, stages, and steps, replacing their older attached versions. When the resource is a folder, its child resources are pushed too.
pushNewLibraryResourceVersion(
input: PushNewLibraryResourceVersionInput!
): PushNewLibraryResourceVersionPayload
Arguments
pushNewLibraryResourceVersion.input ● PushNewLibraryResourceVersionInput! non-null input
The version to push and the accords, stages, and steps to update.
Type
PushNewLibraryResourceVersionPayload object
Outcome of pushing a new version: success is false and error
is set on failure.