diff --git a/proto/environments/environments_v1.proto b/proto/environments/environments_v1.proto index 6b8ce47..b56b418 100644 --- a/proto/environments/environments_v1.proto +++ b/proto/environments/environments_v1.proto @@ -8,7 +8,7 @@ option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/e * Service for handling environments */ service Environments { - rpc Create(EnvironmentData) returns (EnvironmentFull) {} + rpc Create(EnvironmentFull) returns (EnvironmentFull) {} rpc Update(EnvironmentFull) returns (EnvironmentFull) {} rpc Delete(EnvironmentFull) returns (google.protobuf.Empty) {} rpc Get(EnvironmentName) returns (EnvironmentFull) {}