Update an Outcome API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2017
11:57 AM
Anyone have any luck with the new Update Outcomes endpoint in the API (release notes 6-24-2017) that should allow for text edits to an assessed outcome?
Outcomes - Canvas LMS REST API Documentation
I'm getting back a 200 status code, but no changes take place. I'm not sure if it is worth troubleshooting if nobody else has it working.
thanks.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2017
09:03 AM
Heard back from Canvas L2 and it sounds like the outcome edit should be working. Here is the Curl used by the L2 support:
curl -X PUT \
https://[institution].instructure.com/api/v1/outcomes/56
-H 'authorization: Bearer token' \
-F 'display_name=Changed name'