update method

Future<void> update(
  1. PhasedReleaseAttributes attributes
)

Implementation

Future<void> update(PhasedReleaseAttributes attributes) {
  return client.patchModel(type: type, id: id, attributes: attributes);
}