GET /api/container_images/{container-image-id}/setting_params
OAuth Authorization Required: images_read
, public
SCHEMA
setting_params
: Array
id
: Integername
: Stringlabel
: Stringparam_type
: String<password,static>
value
: Stringcreated_at
: DateTimeupdated_at
: DateTimeGET /api/container_images/{container-image-id}/setting_params/{id}
OAuth Authorization Required: images_read
, public
SCHEMA
setting_param
: Object
id
: Integername
: Stringlabel
: Stringparam_type
: String<password,static>
value
: Stringcreated_at
: DateTimeupdated_at
: DateTimePATCH /api/container_images/{container-image-id}/setting_params/{id}
OAuth Authorization Required: images_write
SCHEMA
setting_param
: Object
label
: Stringname
: Stringparam_type
: String<password,static>
value
: StringPOST /api/container_images/{container-image-id}/setting_params
OAuth Authorization Required: images_write
SCHEMA
setting_param
: Object
label
: Stringname
: Stringparam_type
: String<password,static>
value
: String