Skip to content

Commit

Permalink
chore: deprecate /superset/add_slices (apache#23936)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored May 8, 2023
1 parent 93789b8 commit cfc70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def save_dash( # pylint: disable=no-self-use
@has_access_api
@event_logger.log_this
@expose("/add_slices/<int:dashboard_id>/", methods=("POST",))
@deprecated(new_target="api/v1/chart/<id>/")
@deprecated(new_target="api/v1/chart/<chart_id>")
def add_slices( # pylint: disable=no-self-use
self, dashboard_id: int
) -> FlaskResponse:
Expand Down

0 comments on commit cfc70ea

Please sign in to comment.