|
|
@@ -212,6 +212,16 @@ class Services
|
|
|
return new UpdateRessource($this->getApi());
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * update ressource status
|
|
|
+ *
|
|
|
+ * @return UpdateRessourceStatus
|
|
|
+ */
|
|
|
+ public function updateRessourceStatus()
|
|
|
+ {
|
|
|
+ return new UpdateRessourceStatus($this->getApi());
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* change password service
|
|
|
*
|