diff --git a/types/server_types.go b/types/server_types.go index c719d965..b6f1ba6a 100644 --- a/types/server_types.go +++ b/types/server_types.go @@ -32,7 +32,7 @@ func (r *RawResource) MarshalJSON() ([]byte, error) { if r.ActionLinks { data["actionLinks"] = r.Actions } else { - data["action"] = r.Actions + data["actions"] = r.Actions } return json.Marshal(data) }