Version$update

Version$update(label=NULL, release_notes=NULL) → self

Update attributes on a version.

Parameters:

label : str, default NULL If specified, will set the user-specified label for the version. This label is currently only visible in the API, and is distinct from the version tag. To unset the label, provide an empty string.

release_notes : str, default NULL Release notes for the version, up to 5000 characters. To unset the release notes, provide an empty string.

Returns:

self (a Version)

Last updated

Was this helpful?