August 2022
over 2 years ago by David the man Platt
- Improved:
- The xAPI previously checked only for IDs when adding or reporting completions. It now also checks against IRI, the international standard for URIs, which is required by the xAPI standard. (PD-75027)
- Added:
- You can now GET ALL users associated with a skill plan and add or remove them from skill plans using the /skill-plans/{id}/followers endpoint.
- You can now use the
/skill-plans
endpoint to manage the image associated with a skill plan.
- Fixed:
- The Groups endpoint formerly returned
null
formodified-at
because Degreed does not log this data. This attribute has been removed. This is technically a breaking change. We hope that nobody was using thenull
value and apologize for any inconvenience. We will not make a habit of breaking changes.
- The Groups endpoint formerly returned
- Documentation:
- Updated required fields for Content - Courses endpoint.
- Updated Update a Specific User endpoint to indicate that
profile-visibility
cannot be modified. - Updated Create a New Opportunity endpoint to indicate that
start-date
andduration
are required.