sentry icon indicating copy to clipboard operation
sentry copied to clipboard

chore(api): Publish `TeamDetailsEndpoint`

Open iamrajjoshi opened this issue 1 year ago • 1 comments

This PR removes previous JSON documentation for TeamDetailsEndpoint and adds new documentation to publish the endpoint.

image image image

iamrajjoshi avatar May 20 '24 19:05 iamrajjoshi

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.88%. Comparing base (9db9c58) to head (28e1747). Report is 340 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #71184       +/-   ##
===========================================
+ Coverage   51.08%   77.88%   +26.79%     
===========================================
  Files        6497     6529       +32     
  Lines      289642   290891     +1249     
  Branches    50128    50339      +211     
===========================================
+ Hits       147972   226554    +78582     
+ Misses     140172    58098    -82074     
- Partials     1498     6239     +4741     
Files Coverage Δ
src/sentry/api/endpoints/team_details.py 90.62% <100.00%> (+39.74%) :arrow_up:
src/sentry/apidocs/examples/team_examples.py 100.00% <100.00%> (ø)
src/sentry/apidocs/parameters.py 98.73% <100.00%> (+0.03%) :arrow_up:
src/sentry/scim/endpoints/teams.py 93.01% <100.00%> (+52.47%) :arrow_up:

... and 2097 files with indirect coverage changes

codecov[bot] avatar May 20 '24 20:05 codecov[bot]