{
  "CurrentRequestName": "RetrieveComments",
  "CurrentPath": "IncidentComment.rest",
  "Name": "IncidentComment",
  "Requests": [
    {
      "Name": "RetrieveComments",
      "Url": "https://api.inflectra.com/Spira/Services/v5_0/RestService.svc/projects/{project_id}/incidents/{incident_id}/comments",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        },
        {
          "Name": "incident_id",
          "TokenName": "{incident_id}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "AddComments",
      "Url": "https://api.inflectra.com/Spira/Services/v5_0/RestService.svc/projects/{project_id}/incidents/{incident_id}/comments",
      "Method": "POST",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        },
        {
          "Name": "incident_id",
          "TokenName": "{incident_id}",
          "Value": ""
        }
      ]
    }
  ]
}
