まとめを更新する

既存のまとめ名を更新します。

メソッド

PUT

URL

https://typetalk.com/api/v1/topics/:topicId/talks/:talkId

スコープ

topic.post

URL パラメーター

名前 説明
topicId 数値 トピック ID
talkId 数値 まとめ ID

クエリパラメーター

名前 説明
talkName 文字列 まとめ名、最大文字数: 255

レスポンスの例

{
  "topic": {
    "id": 208,
    "name": "IT Peeps",
    "description": "",
    "suggestion": "IT Peeps",
    "isDirectMessage": false,
    "lastPostedAt": "2016-12-21T10:12:02Z",
    "createdAt": "2014-06-10T02:32:29Z",
    "updatedAt": "2014-06-10T02:32:29Z"
  },
  "talk": {
    "id": 902,
    "topicId": 208,
    "name": "Feedback new site design",
    "suggestion": "Feedback new site design",
    "createdAt": "2016-12-21T10:12:22Z",
    "updatedAt": "2016-12-21T10:12:23Z",
    "backlog": null
  }
}

レスポンスのフォーマットは全て JSON です。GET メソッドは ETag に対応しているので、If-None-Match ヘッダを付けて送ると、変更がない場合は 304 を返します。日付のフォーマットは ISO 8601 で、UTC です。 (例 : 2014-01-09T06:20:08Z )