CreateImagePayload
namestringrequired
Name for the new custom image
labelsstring[]
List of labels to attach to the image
CreateImagePayload
{
"name": "string",
"labels": [
"string"
]
}
Was this page helpful?
Name for the new custom image
List of labels to attach to the image
{
"name": "string",
"labels": [
"string"
]
}