Creates a human-authored comment on an item. The comment is attributed to the user represented by the access token and is displayed in the item timeline with an API-origin indicator.
Only a user-scoped Account Access Token with write scope and access to the item's project is supported. Project Access Tokens and account-wide Account Access Tokens are rejected.
Comment text supports the same Markdown and mention behavior as comments created in the Rollbar UI. The encoded comment and its stored metadata must fit in the existing 65,535-byte item-comment data field.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Invalid item ID, project ID, JSON body, or comment text.
403The token lacks write scope, is not user-scoped, or its user cannot comment in the project.
404The item does not exist in the supplied project.
413The comment exceeds the supported storage limit.
415Content-Type must be application/json.