PATCH
/manager/posts/{id}
curl \
--request PATCH 'https://domain.tld/api/v2/manager/posts/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"status":"string","contents":[],"titles":[],"shareable":true,"no_comment":true,"is_akn":true,"is_planned":true,"start_date":"string","visibility":"string"}'
Request examples
{
"status": "string",
"contents": [],
"titles": [],
"shareable": true,
"no_comment": true,
"is_akn": true,
"is_planned": true,
"start_date": "string",
"visibility": "string"
}