Environments-8
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
DELETE | |
GET | |
GET | |
GET | |
POST |
Create error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- match_type
- sample_ratestring
- linked_feature_flag
- event_triggersarray
- url_triggersarray
- url_blocklistarray
Response
Example request
POST /api /environments /:project_id /error_tracking /autocapture_controlsExample response
Status 201
RESPONSE
Create error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- match_type
- sample_ratestring
- linked_feature_flag
- event_triggersarray
- url_triggersarray
- url_blocklistarray
Response
Example request
POST /api /environments /:project_id /error_tracking /autocapture_controlsExample response
Status 201
RESPONSE
Retrieve error tracking autocapture controls
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 200
RESPONSE
Retrieve error tracking autocapture controls
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 200
RESPONSE
Update error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- match_type
- sample_ratestring
- linked_feature_flag
- event_triggersarray
- url_triggersarray
- url_blocklistarray
Response
Example request
PATCH /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 200
RESPONSE
Update error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- match_type
- sample_ratestring
- linked_feature_flag
- event_triggersarray
- url_triggersarray
- url_blocklistarray
Response
Example request
PATCH /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 200
RESPONSE
Delete error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 204 No response body
Delete error tracking autocapture controls
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /autocapture_controls /:idExample response
Status 204 No response body
List all error tracking fingerprints
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /fingerprintsExample response
Status 200
RESPONSE
Retrieve error tracking fingerprints
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /fingerprints /:idExample response
Status 200
RESPONSE
Delete error tracking fingerprints
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 /fingerprints /:idExample response
Status 405 No response body
Retrieve error tracking git provider file links resolve github
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /git-provider-file-links /resolve_githubExample response
Status 200 No response body
Retrieve error tracking git provider file links resolve github
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /git-provider-file-links /resolve_githubExample response
Status 200 No response body
Retrieve error tracking git provider file links resolve gitlab
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /git-provider-file-links /resolve_gitlabExample response
Status 200 No response body
Retrieve error tracking git provider file links resolve gitlab
Path parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /git-provider-file-links /resolve_gitlabExample response
Status 200 No response body
List all error tracking grouping rules
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /grouping_rulesExample response
Status 200
RESPONSE
List all error tracking grouping rules
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /grouping_rulesExample response
Status 200
RESPONSE
Create error tracking grouping rules
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- filters
- order_keyinteger
- disabled_data
Response
Example request
POST /api /environments /:project_id /error_tracking /grouping_rulesExample response
Status 201
RESPONSE