POST/scripts/upload
Upload a shell script, the file name will be used as script name.
Request
- multipart/form-data
Body
required
script binaryrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
{
"message": "string"
}
Loading...