Perforce · Example Payload

Perforce Sendcommentnotification Example

Perforce Sendcommentnotification Example is an example object payload from Perforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "sendCommentNotification",
  "method": "POST",
  "path": "/comments/notify",
  "summary": "Perforce Send Comment Notification",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "SendcommentnotificationRequestExample",
      "example": {
        "topic": "example_value",
        "preview": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Sendcommentnotification200Example",
      "example": {
        "isValid": "500123",
        "message": "example_value",
        "code": 10,
        "preview": "example_value"
      }
    }
  ]
}