lib/ionoscloud/api/images_api.rb in ionoscloud-6.1.1 vs lib/ionoscloud/api/images_api.rb in ionoscloud-6.1.2
- old
+ new
@@ -339,12 +339,12 @@
@api_client.config.logger.debug "API called: ImagesApi#images_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Modify images
- # Modify the properties of the specified image.
+ # Modify an Image by ID
+ # Modifies the properties of the specified image.
# @param image_id [String] The unique ID of the image.
# @param image [Image] The modified image
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
@@ -353,11 +353,11 @@
def images_put(image_id, image, opts = {})
data, _status_code, _headers = images_put_with_http_info(image_id, image, opts)
data
end
- # Modify images
- # Modify the properties of the specified image.
+ # Modify an Image by ID
+ # Modifies the properties of the specified image.
# @param image_id [String] The unique ID of the image.
# @param image [Image] The modified image
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on