Skip to content

Commit 1d7adac

Browse files
committed
- add some notes
1 parent a9b3755 commit 1d7adac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

purestorage/purestorage.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,10 @@ def promote_volume(self, volume):
740740
volume's latest promotion status.
741741
:rtype: ResponseDict
742742
743+
.. note::
744+
745+
Requires use of REST API 1.18 or later.
746+
743747
"""
744748
return self.set_volume(volume, requested_promotion_state="promoted")
745749

@@ -752,6 +756,10 @@ def demote_volume(self, volume):
752756
volume's latest promotion status.
753757
:rtype: ResponseDict
754758
759+
.. note::
760+
761+
Requires use of REST API 1.18 or later.
762+
755763
"""
756764
return self.set_volume(volume, requested_promotion_state="demoted")
757765

0 commit comments

Comments
 (0)