Authorization: Bearer ********************
{
"data": {
"attributes": {
"updates": [
"core",
"plugin",
"theme",
"vulnerable"
]
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/environments//security/cms/patchstack/autoupdate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"updates": [
"core",
"plugin",
"theme",
"vulnerable"
]
}
}
}'
[
"string"
]