15 lines
311 B
JSON
15 lines
311 B
JSON
|
{
|
||
|
"description": "Updates an existing service.",
|
||
|
"input_method": "stdin",
|
||
|
"parameters": {
|
||
|
"service": {
|
||
|
"description": "The service to update",
|
||
|
"type": "String[1]"
|
||
|
},
|
||
|
"image": {
|
||
|
"description": "The new image to use for the service",
|
||
|
"type": "String[1]"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|