Skip to main content
POST
/
marketplaces
/
update-options
Update marketplace options
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplaces/update-options \
  --header 'Content-Type: application/json' \
  --data '
{
  "marketplace_id": "<string>",
  "options": [
    {}
  ]
}
'

Body

application/json
marketplace_id
string
required
options
object[]
required

Response

200

Marketplace options updated successfully