Renames an EDA
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | edaId | str | Unique string identifier of the EDA to rename. |
| Yes | name | str | The new name to apply to the model monitor. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `edaId` is not found. |