polingo-kumoh / polingo-backend

금오공대 창의설계프로젝트 : 다국어 번역 학습 서비스-API 서버
1 stars 0 forks source link

뉴스 데이터 추가 #17

Closed minturtle closed 3 months ago

minturtle commented 3 months ago

기능 개발

URI Endpoint : POST /api/admin/news

Request Body :


{
    "article_title": "string",
    "article_image": "image url",
    "article_url": "article url",
    "language": "en or ja",
    "article_content_sentence": [
        {
            "origin_text": "string",
            "translated_text": "string",
            "grammers": "string"
        }
    ]
}