[Ideal] Chỉnh sửa ý tưởng - duyit2405/portal-app GitHub Wiki

Request

  • Method: POST

  • URL: /api/Idea/EditIdea

  • FULL URL WITH SERVER: http://vsn.thenhan.com/api/Idea/EditIdea

  • Header:

    Authorization:Bearer {access_token}

  • Description: API dùng để chỉnh sửa một ý tưởng

  • Tài khoản có thể tích hợp:

  • Note For Response:

  • ContentHTML = ContentText

Parameter URL: N/A

Data POST

{
    "ID": 3,
    "ContentHtml":"Mô tả chi tiết 11",
    "ContentText":"Mô tả chi tiết 11",
    "Description":"Nội dung tóm tắt 11",
    "Title":"Tiêu đè Ý tưởng 111"
}
  • Response: N/A