Chỉnh sửa bài viết đã đăng
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://gateway-sop-dev.fpt.vn/chat-service/api/facebook-post/edit-posted/' \
--header 'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header 'Authorization: Bearer <token>' \
--form 'post_id="51"' \
--form 'content="update ngày 16 tháng 11"' \
--form 'page_id="145569948631188"' \
--form 'link="https://www.youtube.com/watch?v=57bN23wRR-M"'
Responses
application/json Modified at 2024-05-16 04:36:30