Error
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
PATCH | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
PATCH |
Delete error tracking grouping rules
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /grouping_rules /:idExample response
Status 204 No response body
Update error tracking grouping rules reorder
Path parameters
- project_idstring
Request parameters
- filters
- order_keyinteger
- disabled_data
Example request
PATCH /api /environments /:project_id /error_tracking /grouping_rules /reorderExample response
Status 200 No response body
List all error tracking issues
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /issuesExample response
Status 200
RESPONSE
List all error tracking issues
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /issuesExample response
Status 200
RESPONSE
Create error tracking issues
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Response
Example request
POST /api /environments /:project_id /error_tracking /issuesExample response
Status 201
RESPONSE
Create error tracking issues
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Response
Example request
POST /api /environments /:project_id /error_tracking /issuesExample response
Status 201
RESPONSE
Retrieve error tracking issues
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Retrieve error tracking issues
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Update error tracking issues
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Response
Example request
PATCH /api /environments /:project_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Update error tracking issues
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Response
Example request
PATCH /api /environments /:project_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Delete error tracking issues
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /issues /:idExample response
Status 405 No response body
Delete error tracking issues
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /issues /:idExample response
Status 405 No response body
Retrieve error tracking issues activity retrieve
Required API key scopes
activity_log:readPath parameters
- idstring
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /issues /:id /activityExample response
Status 200 No response body
Retrieve error tracking issues activity retrieve
Required API key scopes
activity_log:readPath parameters
- idstring
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /issues /:id /activityExample response
Status 200 No response body
Update error tracking issues assign
Path parameters
- idstring
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Example request
PATCH /api /environments /:project_id /error_tracking /issues /:id /assignExample response
Status 200 No response body
Update error tracking issues assign
Path parameters
- idstring
- project_idstring
Request parameters
- status
- namestring
- descriptionstring
- first_seenstring
- assignee
- external_issuesarray
Example request
PATCH /api /environments /:project_id /error_tracking /issues /:id /assign