{
  "Info": {
    "Label": "Set Post Title",
    "Description": "Updates the title of an existing post. The new title is the parameter value.",
    "RequestType": "PUT",
    "DoNotUseBaseURL": false,
    "RequestPath": "posts/{id}",
    "Body": "{\"title\": \"{value}\"}",
    "Type": "String",
    "FeedbackType": "Confirm on status 2xx"
  },
  "Headers": {
    "Headers": [
      {
        "Key": "Content-Type",
        "Value": "application/json; charset=UTF-8"
      }
    ]
  },
  "Variables": [
    {
      "Label": "Post ID",
      "Description": "Which post to update (1-100)",
      "Tag": "id",
      "Type": "Int",
      "Min": 1,
      "Max": 100
    }
  ]
}
