@@ -477,7 +477,7 @@ public function getInterfaceAttachment(): array
477
477
'method ' => 'GET ' ,
478
478
'path ' => 'servers/{id}/os-interface/{portId} ' ,
479
479
'params ' => [
480
- 'id ' => $ this ->params ->urlId ('server ' ),
480
+ 'id ' => $ this ->params ->urlId ('server ' ),
481
481
'portId ' => $ this ->params ->portId ()
482
482
]
483
483
];
@@ -490,11 +490,11 @@ public function postInterfaceAttachment(): array
490
490
'path ' => 'servers/{id}/os-interface ' ,
491
491
'jsonKey ' => 'interfaceAttachment ' ,
492
492
'params ' => [
493
- 'id ' => $ this ->params ->urlId ('server ' ),
494
- 'portId ' => $ this ->notRequired ($ this ->params ->portId ()),
495
- 'networkId ' => $ this ->notRequired ($ this ->params ->networkId ()),
493
+ 'id ' => $ this ->params ->urlId ('server ' ),
494
+ 'portId ' => $ this ->notRequired ($ this ->params ->portId ()),
495
+ 'networkId ' => $ this ->notRequired ($ this ->params ->networkId ()),
496
496
'fixedIpAddresses ' => $ this ->notRequired ($ this ->params ->fixedIpAddresses ()),
497
- 'tag ' => $ this ->notRequired ($ this ->params ->tag ()),
497
+ 'tag ' => $ this ->notRequired ($ this ->params ->tag ()),
498
498
]
499
499
];
500
500
}
@@ -505,7 +505,7 @@ public function deleteInterfaceAttachment(): array
505
505
'method ' => 'DELETE ' ,
506
506
'path ' => 'servers/{id}/os-interface/{portId} ' ,
507
507
'params ' => [
508
- 'id ' => $ this ->params ->urlId ('image ' ),
508
+ 'id ' => $ this ->params ->urlId ('image ' ),
509
509
'portId ' => $ this ->params ->portId ()
510
510
]
511
511
];
0 commit comments