게시물 수정
해당 id를 가진 포트폴리오 페이지의 게시물을 수정하는 API입니다
METHOD
URL
id: 포트폴리오 페이지의 수정하려는 게시물 고유 id
REQUEST BODY
name
type
require
description
title
string
필수
게시물 제목
content
string
필수
게시물 내용
authorEmail
string
필수
작성자 이메일
category
string
필수
카테고리
recruitmentField
string
필수
구인분야
portfolioTags
string 배열
필수, 값이 없으면 빈 리스트로([]
)
포트폴리오 태그, 최대 5개
REQUEST BODY EXAMPLE
RESPONSE
Success
HTTP Status code : 200 Ok
Response Body는 따로 없습니다.
fail
HTTP Status code : 400 Bad Request or 403 Forbidden
name
type
description
status
number
HTTP status code(에러 상황에 따라 변할 수 있습니다. )
message
string
에러 메시지(메시지 내용은 에러 상황에 따라 변할 수 있습니다. )
Last updated
Was this helpful?