프로
엔터프라이즈
1000회/분
콘텐츠 수정
일반 이메일의 콘텐츠(본문 내용)를 수정합니다.
- 작성 중 상태인 일반 이메일만 콘텐츠를 수정할 수 있습니다. 자동 이메일은 지원하지 않습니다.
- 요청 본문은
text/html형식이어야 합니다.
Path Parameters
- Type: integeridrequired
이메일 아이디
Body
required
application/json
Responses
- text/plain
- application/json
Request Example for post/emails/{id}/content
curl https://api.stibee.com/v2/emails/1/content \
--request POST \
--header 'Content-Type: text/html' \
--header 'AccessToken: YOUR_SECRET_TOKEN' \
--data '<html>
<head>
</head>
<body>
hello
</body>
</html>
'
ok
