v1

latestOpenAPI 3.0.02026-07-24234471.0 KB
FeedbackScreenshot

Create FeedbackScreenshots

Create new FeedbackScreenshots

post/feedback/screenshot

Response

Created

idinteger required

ID is a generic type that is used to represent a unique identifier

urlstring uri required

The publically-accessible URL to the screenshot

widthnumber double required

The width of the screenshot in pixels

heightnumber double required

The height of the screenshot in pixels

createdstring date-time required

The date and time when the FeedbackScreenshot was last updated in RFC 3339 format

feedbackIdinteger required

ID is a generic type that is used to represent a unique identifier

Example response

[
  {
    "id": 4455,
    "width": 1920,
    "height": 1080,
    "feedbackId": 4455
  }
]