Set blocked bots belonging to an Account
PUT/accounts/ {accountIdentifier}/ blocked-bots/ 
v1
PUT
accountSetBlockedBots
Request
Responses
Usage examples
- cURL
 
$ curl \
    --fail \
    --location \
    -X PUT \
    -d '{"blockedBots":null}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v1/accounts/string/blocked-bots