diff --git a/pkg/server/store/proxy/proxy_store.go b/pkg/server/store/proxy/proxy_store.go index b82d6f2..47cccce 100644 --- a/pkg/server/store/proxy/proxy_store.go +++ b/pkg/server/store/proxy/proxy_store.go @@ -387,6 +387,7 @@ func (s *Store) Create(apiOp *types.APIRequest, schema *types.APISchema, params } resp, err = k8sClient.Create(&unstructured.Unstructured{Object: input}, opts) + rowToObject(resp) return toAPI(schema, resp), err }