Appearance
POST/api/v1/articles/{articleId}/unarchive
Parameters 1
| Name | Type | Description |
|---|---|---|
articleIdrequired | path · integer |
ReturnsResponseArticleView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"id": 0,
"slug": "string",
"title": "string",
"body": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}