Skip to content

Commit

Permalink
Remove beta distinction from Users API endpoints
Browse files Browse the repository at this point in the history
CLOSES: LS-1529
flag=none

Test plan:
- bundle exec rake doc: api
- View Users API
- View Get dashboard positions and
Update dashboard positions endpoints without
the beta label reference

Change-Id: I2c5fe34607f855d34f9226ca78ec1b6d1473505f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/249563
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Erin Hallmark <erin@instructure.com>
Product-Review: Erin Hallmark <erin@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
  • Loading branch information
Erin Hallmark committed Oct 7, 2020
1 parent 59a5fb7 commit c1fc7d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,6 @@ def set_custom_color
end

# @API Get dashboard positions
# @beta
#
# Returns all dashboard positions that have been saved for a user.
#
Expand All @@ -1716,7 +1715,6 @@ def get_dashboard_positions
end

# @API Update dashboard positions
# @beta
#
# Updates the dashboard positions for a user for a given context. This allows
# positions for the dashboard cards and elsewhere to be customized on a per
Expand Down

0 comments on commit c1fc7d1

Please sign in to comment.