Skip to main content
POST
/
api
/
v1
/
account
/
review-settings
/
all-auto
Account Review Settings All Auto
curl --request POST \
  --url https://api.example.com/api/v1/account/review-settings/all-auto \
  --header 'Content-Type: application/json' \
  --data '
{
  "auto_approve": true
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Body

application/json
auto_approve
boolean
default:true

Response

Successful Response