Item API : Update an item

PUT /api/1/items/:id.json

指定したアイテムの情報を編集する。 stream_id を指定した場合、入れているtabを変更する。 なお画像は変更することができない。 starting_date パラメータと ending_date パラメータの詳細は アイテムの有効期間について を参照。

Auth

Parameters

Key Value デフォルト値
id 編集するアイテムのID
title タイトル
description 概要
stream_id tabのID
place_ids[n] アイテムが位置するスポットのID(0個以上)。スポットグループのID指定があれば無視される
place_group_id アイテムが位置するスポットグループのID。スポットのID指定よりも優先される
link_url アイテムのURL
remind 近隣アイテム通知の有効・無効 (true or false)
starting_date アイテムの有効期間開始日時。利用可能な時期が限られている場合に指定
ending_date アイテムの有効期間終了日時。利用可能な時期が限られている場合に指定

Request

Route

PUT /api/1/items/566302110.json

Headers

Host: example.org
Content-Type: multipart/form-data; boundary=----------XnJLe9ZIbbGUYtzPQJ16u1
Cookie: 
Origin: 

Body

------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="title"

title1
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="description"

description1
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="stream_id"

1019900359
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="item_images[]"; filename="sample.png"
Content-Type: image/png
Content-Length: 4323

{ Put binary contents that you want to upload }
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="place_group_id"

397562124
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="link_url"

http://example.com/
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="starting_date"

2012-12-09T01:54:07Z
------------XnJLe9ZIbbGUYtzPQJ16u1
Content-Disposition: form-data; name="ending_date"

2013-02-09T01:54:07Z
------------XnJLe9ZIbbGUYtzPQJ16u1--

Response

Headers

Content-Type: application/json; charset=utf-8
Set-Cookie: guest_distinct_id=3ad0871a-971b-440f-aaaa-4a7fd167ca94; expires=Mon, 09-Jan-2023 01:54:08 GMT
THIS_IS_SESSION_COOKIE_KEY_FOR_SPEC=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJWFlMmE5MjEwNTAwYjIyMjM1MTNkOTA2ZWZjZGM1YTZhBjsAVEkiHXdhcmRlbi51c2VyLmFwaV91c2VyLmtleQY7AFRbCEkiCVVzZXIGOwBGWwZpBOhJETpJIiIkMmEkMTAkMTNFZVBUd1lhQmlYbUNhdkpJeWdXZQY7AFRJIhhrcGlfcHJldl9jb250cm9sbGVyBjsARkkiFWFwaS9pdGVtcyN1cGRhdGUGOwBG--6bce2612d2b6f9365865c3ec2d38bcb5768d164a; path=/; HttpOnly
X-Ua-Compatible: IE=Edge,chrome=1
E-Tag: "93982f65e70c12b4db2780a7ce02a1f5"
Cache-Control: max-age=0, private, must-revalidate
X-Request: 037a75d0ca7343a52a0e76df1ff63b06
X-Runtime: 0.268196
Content-Length: 3872

Status

200 OK

Body

フォーマット: items/basic
{
  "item": {
    "id": 566302110,
    "title": "title1",
    "reclip_from_id": null,
    "reclip_count": 1,
    "like_count": 2,
    "origin_id": null,
    "link_url": "http://example.com/",
    "created_at": "2013-01-08T23:54:03Z",
    "updated_at": "2013-01-09T01:54:07Z",
    "description": "description1",
    "starting_date": "2012-12-09T01:54:07Z",
    "ending_date": "2013-02-09T01:54:07Z",
    "image_urls": [
      {
        "original": "http://not-real.s3.amazonaws.com/images/original/f72a75c77675cb0f3452b176cd0232c12ccab759.png?1357696443",
        "crop_S": "http://not-real.s3.amazonaws.com/images/crop_S/967f6ad0e57b9cdc251676fa6a89ac2a26e7b6b6.jpg?1357696443",
        "crop_M": "http://not-real.s3.amazonaws.com/images/crop_M/0078d956d348c740241a5f81a50c0fbd7abe65b4.jpg?1357696443",
        "crop_M1": "http://not-real.s3.amazonaws.com/images/crop_M1/93c649fc2462a2cb87d82d608f2cef5c015d0883.jpg?1357696443",
        "crop_M2": "http://not-real.s3.amazonaws.com/images/crop_M2/dd53d388a6a6c06cb6a38de3e645443778e38973.jpg?1357696443",
        "crop_L": "http://not-real.s3.amazonaws.com/images/crop_L/ba1e73a5d5c95b6683f18f217adccb09e5bb3dc6.jpg?1357696443",
        "crop_LL": "http://not-real.s3.amazonaws.com/images/crop_LL/d553d7013c1bbc39a963b1bda6d834b25fb8d4a5.jpg?1357696443",
        "normal_L": "http://not-real.s3.amazonaws.com/images/normal_L/4a6dd79cb1be896e2c70e5b1bae5dd86743fde6d.jpg?1357696443",
        "normal_LL": "http://not-real.s3.amazonaws.com/images/normal_LL/736c95fda936e55fdc881fa36d41872a1d39fed5.jpg?1357696443"
      }
    ],
    "site_url": "http://tab.do/items/566302110",
    "user": {
      "id": 974211560,
      "screen_name": "Iguchi Takahito",
      "profile_image_url": {
        "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1",
        "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1",
        "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1",
        "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1",
        "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1",
        "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1",
        "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1",
        "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1",
        "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1"
      }
    },
    "place_group": {
      "id": 397562124,
      "name": "Tonchidot Park",
      "places_count": 0,
      "created_at": "2013-01-09T01:54:04Z",
      "updated_at": "2013-01-09T01:54:04Z"
    },
    "places": [
      {
        "id": 924776953,
        "name": "Tonchidot Park (Yoyogi)",
        "address": null,
        "description": null,
        "lon": 139.696373,
        "lat": 35.670685,
        "created_at": "2013-01-09T01:54:04Z",
        "updated_at": "2013-01-09T01:54:04Z"
      }
    ],
    "area": {
      "id": 353863419,
      "name": "東京23区"
    },
    "stream": {
      "id": 1019900359,
      "title": "iguchi bicycle",
      "followers_count": 1,
      "description": "自転車がいっぱい",
      "latest_used": "2013-01-09T01:54:07Z",
      "is_followed": false
    },
    "remind": true,
    "recliped_items": [
      {
        "id": 919271613,
        "user": {
          "id": 754959146,
          "screen_name": "Tabata",
          "profile_image_url": {
            "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1",
            "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1",
            "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1",
            "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1",
            "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1",
            "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1",
            "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1",
            "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1",
            "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1"
          }
        },
        "stream": {
          "id": 128650286,
          "title": "tabataのお気に入り",
          "followers_count": 1
        }
      }
    ]
  }
}