You are here

public function ApiProductController::updateAttribute in Apigee Edge 8

File

modules/apigee_edge_apiproduct_rbac/tests/modules/apigee_edge_apiproduct_rbac_test/src/ApiProductController.php, line 230

Class

ApiProductController
API product controller that reads and writes attributes from/to States API.

Namespace

Drupal\apigee_edge_apiproduct_rbac_test

Code

public function updateAttribute(string $entityId, string $name, string $value) : string {
  return $this->innerService
    ->updateAttribute($entityId, $name, $value);
}