File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed
services/postgres-flex/v2 Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 427427 "type" : " integer"
428428 },
429429 "storage" : {
430- "$ref" : " #/components/schemas/Storage "
430+ "$ref" : " #/components/schemas/StorageUpdate "
431431 },
432432 "version" : {
433433 "example" : " 1.0" ,
472472 "type" : " string"
473473 },
474474 "size" : {
475- "example" : 10 ,
476- "format" : " int64" ,
477- "type" : " integer"
475+ "$ref" : " #/components/schemas/instance.StorageSize"
478476 }
479477 },
480478 "type" : " object"
494492 },
495493 "type" : " object"
496494 },
495+ "StorageUpdate" : {
496+ "properties" : {
497+ "class" : {
498+ "deprecated" : true ,
499+ "description" : " \n ⚠️ **DEPRECATED AND NON-FUNCTIONAL:** Updating the performance class field is not possible.\n " ,
500+ "type" : " string" ,
501+ "x-deprecation-reason" : " Never worked correctly"
502+ },
503+ "size" : {
504+ "$ref" : " #/components/schemas/instance.StorageSize"
505+ }
506+ },
507+ "type" : " object"
508+ },
497509 "UpdateBackupSchedulePayload" : {
498510 "properties" : {
499511 "backupSchedule" : {
541553 "type" : " integer"
542554 },
543555 "storage" : {
544- "$ref" : " #/components/schemas/Storage "
556+ "$ref" : " #/components/schemas/StorageUpdate "
545557 },
546558 "version" : {
547559 "example" : " 1.0" ,
844856 },
845857 "type" : " object"
846858 },
859+ "instance.StorageSize" : {
860+ "example" : 10 ,
861+ "format" : " int64" ,
862+ "type" : " integer"
863+ },
847864 "postgres.DatabaseParameter" : {
848865 "properties" : {
849866 "context" : {
You can’t perform that action at this time.
0 commit comments