scripts
Update a script with a diff
Update a script with a diff
patch/api/scripts/{scriptId}
Path parameters
scriptIdstring required
The script id
Request body
Example request
[
{
"path": "a string value"
}
]Response
Successful operation
Example response
{
"code": {
"key": "value"
},
"desc": {
"key": "value"
},
"id": "a string value",
"name": "a string value"
}