fix: openapi spec change - comment out connection string

This commit is contained in:
Marcel S. Henselin 2026-02-16 10:01:57 +01:00
parent 01d4ca8c5e
commit 57d1ae67e1
2 changed files with 10 additions and 16 deletions

View file

@ -252,7 +252,7 @@ func (r *userResource) Create(
model.UserId = types.Int64Value(id)
model.Password = types.StringValue(userResp.GetPassword())
model.Status = types.StringValue(userResp.GetStatus())
model.ConnectionString = types.StringValue(userResp.GetConnectionString())
//model.ConnectionString = types.StringValue(userResp.GetConnectionString())
waitResp, err := postgresflexalphaWait.GetUserByIdWaitHandler(
ctx,