master
Captures gatekeeper margin for an article.
Request
Body Params application/json
array of:
gate_keeper_margin
number <double>
required[
{
"article_id": "string",
"gate_keeper_margin": 0
}
]
Request samples
curl --location --request POST 'https://test.your-api-server.com/master/article_gatekeeper_margin/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"gate_keeper_margin": 0
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04