Publish the specified document.
Request method | Request address |
POST | https://api.helplook.net/api/content/publish-article |
Body Type: multipart/form-data
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
token | string | Yes |
Get it from the AI Integrations -> AI Token |
id | string | Yes | Article id->Get through the "Get Article List API" |
Response:
{
"data": {
"id": "19705",
"slug": "11111"
},
"msg": "Success",
"code": 200
}