Edit ReTag tags¶
Parameters¶
HTTP method |
Access rights |
URL | Parameters |
Note |
---|---|---|---|---|
POST | manage_webmaster_retag | https://api.admitad.com/retag/update/{id}/ |
Parameter request list |
|
* Returns the result in the JSON format.
Example of use¶
Example of a request with utility ``curl``:
curl -L -H 'Authorization: Bearer access_token' -X POST https://api.admitad.com/retag/update/17/ -d 'level=82&comment=test_1&script=test_1&active=1'
Example of the response from the API server in the JSON format:
{
"active": true,
"comment": "test_1",
"id": 17,
"level": {
"campaign": {
"id": 6,
"name": "AdvCamp 1"
},
"id": 82,
"name": "Level 3. Product page"
},
"script": "test_1",
"status": 2,
"website": {
"id": 22,
"name": "site1_of_webmaster1"
}
}