Authorization: Bearer ********************
{
"postId": 0,
"title": "string",
"autoGenerateExcerpt": "false",
"excerpt": "string",
"slug": "string",
"allowComment": true,
"status": "PUBLISHED",
"visible": "VISIBLE",
"categoryId": 0,
"tagIds": [
0
],
"cover": "string",
"pinned": "false",
"encrypted": true,
"password": "string"
}
curl --location --request PUT 'http://localhost:8098/admin/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": 0,
"title": "string",
"autoGenerateExcerpt": "false",
"excerpt": "string",
"slug": "string",
"allowComment": true,
"status": "PUBLISHED",
"visible": "VISIBLE",
"categoryId": 0,
"tagIds": [
0
],
"cover": "string",
"pinned": "false",
"encrypted": true,
"password": "string"
}'
{
"code": 200,
"errMsg": null,
"data": true
}